Skip to content

shazow/node.websocket.js

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node.websocket.js

node.websocket.js is an event-driven implementation of the Web Socket protocol for the Evented I/O API Node.js.

Inspired by Guillermo Rauch's node.websocket.js which resulted in a complete rewrite.

Requirements

How to use

This library allows you to create your own WebSocket server and client. There is a reference implementation of each:

The server:

$ node runserver.js

The client:

$ node runclient.js

Both use the websocket.js library symmetrically. Make your own server (or client) and have fun!

Author

Andrey Petrov <http://github.com/shazow>

Library inspired by: Guillermo Rauch <http://devthought.com>

About

WebSocket-compatible realtime HTTP server implemented with Node.JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%