websockets with the node stream API
☆669Aug 15, 2024Updated last year
Alternatives and similar repositories for websocket-stream
Users that are interested in websocket-stream are comparing it to the libraries listed below
Sorting:
- writable stream that concatenates strings or data and calls a callback with the result☆577Jun 23, 2021Updated 4 years ago
- A binary stream multiplexer☆144Jul 8, 2018Updated 7 years ago
- ☆102Aug 5, 2021Updated 4 years ago
- A series of functions to map a binary tree to a list☆147Sep 12, 2025Updated 6 months ago
- Creates a duplex stream☆96Mar 8, 2021Updated 5 years ago
- Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise☆1,905Nov 22, 2022Updated 3 years ago
- A collection of useful stream utility modules for writing better code using streams☆1,088Jun 6, 2020Updated 5 years ago
- Rsync between a server and the browser.☆108Apr 20, 2016Updated 9 years ago
- A stream that generates a merkle tree based on the incoming data.☆105Feb 25, 2022Updated 4 years ago
- ☆346Jul 2, 2019Updated 6 years ago
- Live query a range in leveldb☆34Sep 20, 2014Updated 11 years ago
- The Media Recorder API in the browser as a readable stream☆106Jul 4, 2024Updated last year
- Compile JavaScript into a native addon for Node.js secured by libsodium☆39Mar 20, 2019Updated 7 years ago
- Superseded by abstract-level. Split a levelup database into sublevels with their own keyspace, encoding and events.☆119Dec 2, 2024Updated last year
- Simple signalling server that can be used to coordinate handshaking with webrtc or other fun stuff.☆674Feb 19, 2024Updated 2 years ago
- Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input☆194Jun 14, 2024Updated last year
- Create a swarm of p2p connections using webrtc and a signalhub☆380Nov 6, 2020Updated 5 years ago
- no longer maintained, sorry!☆196Jul 9, 2018Updated 7 years ago
- Merkle DAG that replicates based on scuttlebutt logs and causal linking☆469Jan 24, 2017Updated 9 years ago
- Superseded by rave-level. Open a leveldb handle multiple times.☆146Dec 2, 2024Updated last year
- Low level bit encoder for buffers☆17Aug 6, 2016Updated 9 years ago
- mutiplex-demultiplex multiple streams through a single text Stream☆180Nov 17, 2015Updated 10 years ago
- Get a stream of files walking recursively through a folder☆48Sep 11, 2018Updated 7 years ago
- Call a callback when a readable/writable/duplex stream has completed or failed.☆150Jun 16, 2025Updated 9 months ago
- simple way to create a ReadableWritable stream that works