Gendou Chat
|
How did you do the chat? Are you constantly polling the server for new messages, or did you find some magical way of keeping a connection open and you're actually sending messages to a browser? Or is it something else entirely? A friend wanted to write a multiplayer certamen game, but before he (with my help) writes a program, I wanted to see if there was a "nice" way to do it in a browser and I remembered this place.
10 more years!
|
Re: Gendou Chat
| |
Google is your friend. http://www.smartcomputing.com/articles/archive/R0502/18R02/18R02.pdf?guid=
|
Re: Gendou Chat
|
@hello That's the general idea, and I could implement it if I wrote a separate program, but I can't figure out nice way to do it in a browser, even with ajax. Polling would work, but I find that kinda lame.
10 more years!
|