sesame-stream

the instant noodle of stream types

Usage no npm install needed!

<script type="module">
  import sesameStream from 'https://cdn.skypack.dev/sesame-stream';
</script>

README

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