Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.