Skip to content

A WebSocket Implementation for Node.JS (Draft -08 through the final RFC 6455)

License

Notifications You must be signed in to change notification settings

NomicFoundation/WebSocket-Node

 
 

Repository files navigation

WebSocket Client & Server Implementation for Node

This is a fork of [email protected]. Please refer to it's repository for its documentation.

Fork explanation

The reason for this fork is that websocket recompiles a a few C modules every time it's installed. This fork uses a NAN-based of those modules instead, which doesn't require recompiling.

This fork won't be relevant once this websocket PR gets merged.

About

A WebSocket Implementation for Node.JS (Draft -08 through the final RFC 6455)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.9%
  • HTML 6.5%
  • Other 0.6%