This website requires JavaScript.
Explore
Help
Sign In
faye
/
websocket-driver-node
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
e9bdd17cef13bc3673c4b593c72dfdafda67a5ba
websocket-driver-node
/
lib
/
websocket
/
protocol
T
History
James Coglan
5dfe9ecdad
Return the protocol version from the Client handler.
2013-04-29 21:35:57 +01:00
..
hybi
First steps toward streaming I/O-independent parsing. Implement the Hybi and Client protocol handlers as stateful protcol drivers with two duplex streams, one for messages and one for I/O.
2013-04-28 18:55:58 +01:00
base.js
Only end the messages stream when we trigger onclose.
2013-04-29 19:11:26 +01:00
client.js
Return the protocol version from the Client handler.
2013-04-29 21:35:57 +01:00
draft75.js
Implement the draft-76 protocol.
2013-04-29 20:27:35 +01:00
draft76.js
Implement the draft-76 protocol.
2013-04-29 20:27:35 +01:00
hybi.js
Add tests for Hybi and Client handlers and fix some minor bugs.
2013-04-28 23:22:05 +01:00