DEV Community

Django Chat Room App

Kaustav Banerjee on October 19, 2017

Can any one help me build a chat room app? Where People will be able to create chat rooms with their desired name and then invite people to chat th...
Collapse
 
k4ml profile image
Kamal Mustafa

I did play around with django channels but that was 2 years ago - github.com/devkini/mychat/tree/mas...

I'd also work on a simple chat using cherrypy in the past - github.com/XuryaX/chatery

Collapse
 
kaustav1996 profile image
Kaustav Banerjee

Hey , Thanks :) . well having a hard time running chatery. gives a 502 gate way erro when I open 0.0.0.0:2015

Collapse
 
kaustav1996 profile image
Kaustav Banerjee • Edited

Fixed that :P Now,I'll try to modify these so that the users can make there own chat rooms.Any suggestions?

Collapse
 
rajasimon profile image
Raja Simon

Channels is good in lot of ways. It's evolved around numerous bug fixes recently and can you tell me clearly what's trouble now?

Collapse
 
kaustav1996 profile image
Kaustav Banerjee

The database gets updated sometime and some time it doesn't :|

Collapse
 
kaustav1996 profile image
Kaustav Banerjee

I mean sometimes the chats are getting stored and some times they are not

Thread Thread
 
eoguh profile image
Emmanuel Oguh

Hello... I need help with my AsyncWebsocketConsumer. It isn't sending objects... Yet it doesn't return any error at all.

Collapse
 
kaustav1996 profile image
Kaustav Banerjee • Edited

It would be awesome if someone replied instead of reacting :P

Collapse
 
eoguh profile image
Emmanuel Oguh

😂 I'm facing similar stuff.