Hi..
I'm looking to build a whiteboard/chat application in
java.
So basically if 2 people on different computers are each running the program....
I would like each one to receive/send data instantly, so its like chatting in real time.
I currently use a
J2EE server, the best I can currently do is to use polling,
by polling the server several times a second to see if the other use has sent any data.
But this is always a bit laggy, and not very smooth.
I'm looking into the following technologies, but am not sure what will work, and how to implement it:
a) comet, my current hosing doesn't allow this.
b) VPS
c) Dedicated servers
Can anyone say which idea might work, and how I might implement it.
Thanks very much.