Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

Used the tutorial for long polling example from this link

http://techoctave.com/c7/posts/60-simple-long-polling-example-with-javascript-and-jquery

I want to implement the messaging system client server.

Want to notify for the new message from any client to other client .

how to write the server side code to check the new message?

messages will be between many clients server.means like many persons chatting with each other

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.