django web server chat
Posted
by imran-glt
on Stack Overflow
See other posts from Stack Overflow
or by imran-glt
Published on 2010-04-23T13:30:00Z
Indexed on
2010/04/23
13:33 UTC
Read the original article
Hit count: 357
Hi can any body suggest me an idea about how can i create a chat interface between the friend list which i have created for my application.
actually a want to create a chat server. i have a friends list in my django model. if more then one person is online at the same time then they chat with one another. for this purpose do i have to create a socket or is there any other way to do it.
Thanks
© Stack Overflow or respective owner