This website requires JavaScript.
Explore
Help
Register
Sign In
faye
/
websocket-driver-node
Watch
1
Star
0
Fork
0
You've already forked websocket-driver-node
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
0.7.1
websocket-driver-node
/
lib
/
websocket
T
History
James Coglan
efb46fb455
Merge remote-tracking branch 'funtaps/regex_fix'
2019-05-29 00:07:17 +01:00
..
driver
Merge remote-tracking branch 'funtaps/regex_fix'
2019-05-29 00:07:17 +01:00
driver.js
Bake the isWebSocket() check into the start() method so that if somebody constructs a driver without making that check, the driver will send a 400 response.
2017-11-23 08:30:24 +00:00
http_parser.js
Make the HTTP parser load correctly if process.version is not set, and remove some code that's supporting Node from before v0.6.
2019-05-24 17:45:47 +01:00
streams.js
Because Driver.frame() will now admit input when in readyState 2 (to allow for async extension shutdown), the Messages stream should use the text() and binary() methods that will block messages in that state.
2015-02-16 09:51:40 +00:00