Hello,
I am writing an internet application that works like an instant messenger. The clients are
java apps and the server is a
servlet and they are communicating via http. The problem that i am facing is I want when a client sends a message it will be forwarded to the server which will send the message to selected recipients. How do i create a way to identify clients so the server will know who to send the message to? Can this be done? Any help would be appreciated.
Thanks