stardust
stardust copied to clipboard
the simplest COMET server I could imagine
Results
3
stardust issues
Sort by
recently updated
recently updated
newest added
Hello John To setup pulling from the comet I'm using the follows: ``` function StartComet() { $.ev.loop('/comet/channel/checklist/stream/' + getRandom(16), { "*": function(ev) { if (ev.type == "tsk" && ev.message ==...
get rid of that hard coded URL and replace it w/ something dynamic and correct
bug