Search code examples
javascriptdjangofacebookmessenger

How can i let users to write to each other in messenger from my website?


Im working in Django and i have a form in user profile for facebook account. I want to integrate this to do something like down below but user to user not user to website. sth like this


Solution

  • If you want user to user chat then you can implement a chat server with django-channels