the instant noodle of stream types
npm install sesame-streamUNDER 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
The handlers can be used a la carte for any client stream, in Node.js or in the browser.
COMING SOON