0.6.0 • Published 10 years ago

sesame-stream v0.6.0

Weekly downloads
5
License
BSD
Repository
-
Last release
10 years ago

Sesame Stream

UNDER CONSTRUCTION . gif

API controlled behaviors for your streams. Built specifically for websockets, they will work on any stream.

Currently working on / support for:

  • pingpong - send data back and forth, where data any size
  • heartbeat - send data at timed intervals
  • share - stream writes from all clients at the same unqiue path to each other
npm install sesame-stream

Usage

The handlers can be used a la carte for any client stream, in Node.js or in the browser.

Examples

COMING SOON