simple-websocket-server

0.1.4 • Public • Published

simple-websocket-server

Build Status Dependency Status js-standard-style

WebSockets server that mimics the Node.js net module API, yielding duplex streams instead of the 'onmessage/send' WebSockets API. Compatible with simple-websocket (https://github.com/feross/simple-websocket)

features

  • goes really well with simple-websocket
  • supports text and binary data
  • node.js duplex stream interface

Usage

Install

> npm install simple-websocket-server

Usage Example

API

Package Sidebar

Install

npm i simple-websocket-server

Weekly Downloads

4

Version

0.1.4

License

MIT

Last publish

Collaborators

  • daviddias