If i devlop a chat application using django will it ha开发者_运维知识库ve some performance problem?
im going to use ajax/comet to create a chat. and i want to store the chat conversation. every keypress will trigger an event that sends to backend.php that will store the letter. i wonder if i should
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this
I am creating a Chat application in php. AIM: when a user1 invites user2, user2 want to get a alert or popup message that user1 has invites him.
I need a webbased group chat client that can interact with various xmpp servers. I did some research and found muckl , speeqe and tigase minichat but I have one more issue I am deploying my site on s
I want to use AsyncSocket class for peer - to - peer chat. I have been able to make a sample chat application where one user can communicate with other user by transmitting messages to server and then
I am creating a chat window similar to Skype Chat Window or the IPhone Message App chat windown What kind of UI controls are best for such purpose?
Any help would be great please..! How to build an intranet chat开发者_如何转开发 application using java which includes transform of files like gtalk?
This is really just a \"what-if\" type question, so forgive me if it is either ridiculous or ridiculously easy...
I made a simple chat system that connects to a server with a client one on one. I\'m not really sure how to get multiple clients with the server开发者_如何学Go so that you can see everyone\'s messages