Commit Graph

27 Commits

Author SHA1 Message Date
Guillermo Rauch
61f4e27029 Socket.IO-node now serves the client out of the box for easier implementation
Memory caching and ETag support for static files
Tests
Simplified demo even further thanks to new static file serving
2010-09-09 17:54:25 -07:00
Guillermo Rauch
d0415723ff .connected renamed to ._open, and adopted proper connected (fixes #41)
example/client updated to latest socket.io client
2010-09-05 16:49:18 -07:00
Guillermo Rauch
84ee2d8788 Updated client 2010-09-02 12:28:17 -07:00
Guillermo Rauch
e1cffb260c Spacing fix 2010-09-01 13:25:50 -07:00
Guillermo Rauch
670ecbec89 Updated client 2010-09-01 02:06:45 -07:00
Guillermo Rauch
c023fae2e2 Updated client
Fixed WebSocket location header for ws/wss (Thanks @jdub, Fixes #40)
2010-08-30 19:00:52 -07:00
Guillermo Rauch
dace58b3f7 Updated client 2010-08-30 15:24:10 -07:00
Guillermo Rauch
8e9467719d Updated client 2010-08-29 18:27:53 -07:00
Guillermo Rauch
0dfdc4c83e Cleanup 2010-08-29 17:07:45 -07:00
Guillermo Rauch
56f0c0f40e Updated client 2010-08-26 13:37:08 -07:00
Guillermo Rauch
70759ed532 Support for automatic JSON encoding/decoding
Simplified chat example to take advantage of JSON encoding/decoding
Removed fs sync call from example
2010-08-23 21:20:55 -07:00
Guillermo Rauch
e9ffd89050 Updated chat example (thanks saikat) 2010-08-04 16:10:00 -07:00
Guillermo Rauch
c173141f8b Updated client 2010-08-01 14:05:55 -07:00
Guillermo Rauch
91cdddb32c Updated client to 0.5.2 2010-08-01 11:27:43 -07:00
Guillermo Rauch
73cc5e2c66 Updated client 2010-07-29 10:37:44 -07:00
Guillermo Rauch
cd2c5140f1 Updated client 2010-07-29 01:59:02 -07:00
Guillermo Rauch
e738e7c26e Added json.js for the chat example on IE 2010-07-29 01:48:59 -07:00
Guillermo Rauch
f87d883d79 Updated client
heartbitTimeout > heartbeatTimeout
2010-07-28 21:25:10 -07:00
Guillermo Rauch
830fe231d5 Escaping for hax0rs 2010-07-28 19:51:35 -07:00
Guillermo Rauch
15613de7d4 Chat example correction
Make sure Flashsocket calls WebSocket constructor, not Client
Adapted framing to match client's
2010-07-28 16:53:46 -07:00
Guillermo Rauch
3d11b176fe Expose listener class
Bumped node version
Updated client
Make sure constructors are called
Added tests
2010-07-28 16:33:41 -07:00
Guillermo Rauch
b2c0b78130 Fixed example
Fixed broken references
2010-07-28 14:29:50 -07:00
Guillermo Rauch
22ef7918b3 Changed chat example to match the new more node-friendly syntax
Clients now fire `disconnect` event.
2010-07-28 11:44:10 -07:00
Guillermo Rauch
7b1dba192c Updated client 2010-07-28 11:29:18 -07:00
Guillermo Rauch
ce6fa8611b Path restructuring 2010-07-19 15:13:11 -07:00
Guillermo Rauch
ca4589d929 Removed dependency on js-oo
Removed legacy utilities and simplified into utils.js
More usage of module.exports
2010-07-19 02:50:33 -07:00
Guillermo Rauch
dc960f9bc6 Moving test to example 2010-07-19 02:08:01 -07:00