|
AJAX Chat
I have a game on my website, and it uses a chat box.
Currently it's made in AJAX, but it refreshes a particular page once every second, and that's just for one player. It's been using a lot of bandwidth lately, and I'm worried about the future when/if my bandwidth runs out.
Are there any good alternatives for coding a more efficient chat box?
|