0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 11 hours ago.
Apr 23, 2023 — Apr 23, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fix markdown formatting More... over 13 years ago
improve documentation, example code structure More... over 13 years ago
add socket.io.js from http://github.com/LearnBoost/Socket.IO/blob/master/socket.io.js More... over 13 years ago
try to fix markdown More... over 13 years ago
try to fix markdown More... over 13 years ago
fix a few bugs, make compatible with stock Socket.IO More... over 13 years ago
Switch to Socket.IO for the WebSocket transport. A few bugs in the client--send() seems to behave inconsistenly depending on whether something has already been sent, and perhaps in a few other situations as well. More... over 13 years ago
Make docs match reality. (We use node-websocket-server now.) More... almost 14 years ago
Add package.json for npm support. More... almost 14 years ago
Convert to new latest version of Scylla, switch to using node-websocket-server on the server side. More... almost 14 years ago
Make compatible with node 0.1.32 More... about 14 years ago
Make compatible with NodeJS v0.1.30; remove EJSGI dependency. More... about 14 years ago
Add promise.js to support "legacy" code. More... about 14 years ago
Match API changes introduced to node.ws.js, which in turn were made to mirror node 0.1.29. More... about 14 years ago
Update docs. More... about 14 years ago
Improve error reporting. More... about 14 years ago
Make compatible with v0.1.29. More... about 14 years ago
Uncomment web-socket-js files--with binary support, they now work! More... about 14 years ago
Add sample server startup line for running under the nodejs interface. More... about 14 years ago
Add support for encodings. More... about 14 years ago
Updated docs. More... about 14 years ago
Add browser-based server and client HTTP code. More... about 14 years ago
Sample file for client to retrieve from server. More... about 14 years ago
Add disconnect message. More... about 14 years ago
Improve logging More... about 14 years ago
Add status received from client, split URL on server side--real pain to do it on client... More... about 14 years ago
Documenntation: indicate where the dependencies actually come from. More... about 14 years ago
Docs More... about 14 years ago
Made documentation reflect reality. More... about 14 years ago
Add "notFound()" method to return 404s, and use it. This also eliminates the need to use a patched EJSGI. More... about 14 years ago