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