Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ThisIsMissEm/node-websocket-server
[DEPRECATED] A WebSocket server written in low-level node.js, should be 90-100% spec compatible.
https://github.com/ThisIsMissEm/node-websocket-server
Last synced: 13 days ago
JSON representation
[DEPRECATED] A WebSocket server written in low-level node.js, should be 90-100% spec compatible.
- Host: GitHub
- URL: https://github.com/ThisIsMissEm/node-websocket-server
- Owner: ThisIsMissEm
- License: mit
- Archived: true
- Created: 2010-04-12T15:10:21.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2011-09-17T11:26:28.000Z (about 13 years ago)
- Last Synced: 2024-05-20T22:51:36.423Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.33 MB
- Stars: 869
- Watchers: 47
- Forks: 186
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# node-websocket-server #
This is a server for drafts [75](http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-75) and [76](http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76) of the WebSocket Protocol.
## Getting help:
If you have an issues with this server, please check the [issue tracker](http://github.com/miksago/node-websocket-server/issues).
- If you have an issue with a stacktrace / bug report, please submit an issue in the issue tracker, make sure to include details as to how to reproduce the issue.
- If you have a feature request, create an issue on the bug tracker and specifically state that it is a feature request, also send an email to the mailing list referencing this feature request, discussion on feature requests should be done in the issue tracker.
- If you need general help or want to share what you're using this project in, join & email the mailing list.## Mailing List:
We have a mailing list, it is hosted on google groups: [http://groups.google.com/group/node-websocket-server](http://groups.google.com/group/node-websocket-server)
## Documentation (outdated)
See http://static.brandedcode.com/nws-docs/ for some slightly outdated
documentation.