This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
PretendYoureXyzzy
mirror of
https://github.com/ajanata/PretendYoureXyzzy.git
Watch
1
Star
0
Fork
You've already forked PretendYoureXyzzy
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
e832d4fd02
PretendYoureXyzzy
/
WebContent
/
js
/
cah.js
5 lines
52 B
JavaScript
Raw
Normal View
History
Unescape
Escape
initial commit
2011-12-17 00:39:52 +00:00
var
cah
=
{
}
;
- add long polling support - broadcast a message when a new user connects - utilize the long polling to deliver the message to existing clients
2011-12-22 22:19:59 +00:00
cah
.
DEBUG
=
true
;
refactor the js code into several files. need to further refactor the ajax handlers, and make the server automatically assemble the list of files the client needs. some sort of dependency ordering needs enforced too.
2011-12-23 02:48:20 +00:00
cah
.
nickname
=
""
;