websocket-stream
WebSocket Stream Library
A Node.js module that enables the use of WebSockets with Node Streams API for bidirectional communication between clients and servers.
websockets with the node stream API
668 stars
19 watching
113 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
max-mapper/mississippi | A collection of utility modules for working with streams in JavaScript | 1,086 |
max-mapper/data-plumber | A Node.js-based command-line data processing tool and workshop | 35 |
max-mapper/torrent | Tools for downloading and managing torrent files in Node.js | 632 |
sitegui/nodejs-websocket | Provides a standard way to establish WebSocket connections between clients and servers in Node.js | 737 |
max-mapper/art-of-node | An introduction to Node.js designed for readers with a basic understanding of programming and collaboration tools. | 9,821 |
browserify/stream-browserify | Makes Node.js stream API compatible with browser environments. | 103 |
max-mapper/concat-stream | A writable stream that concatenates all the data from a stream and calls a callback with the result. | 574 |
feross/simple-websocket | Provides a simple WebSocket API for working with real-time communication in the browser or Node.js environment. | 185 |
nodejs/readable-stream | Provides a Node.js implementation of the core streams classes for userland development | 1,033 |
johanwinther/websocket_server | Provides an async iterator for WebSocket events from all connected clients | 9 |
faye/faye-websocket-node | Provides classes for building WebSocket servers and clients in Node | 610 |
channelstream/channelstream | A WebSocket-based real-time communication server for web applications. | 61 |
vitalets/websocket-as-promised | A Promise-based API for interacting with WebSockets | 596 |
melishev/wsgo | Provides an abstraction layer on top of WebSocket connections to facilitate communication between clients and servers. | 3 |
treeform/ws | A WebSocket library for building real-time communication between clients and servers. | 254 |