Introducing BinaryJS: For Realtime Binary Streaming via WebSockets
Join the DZone community and get the full member experience.
Join For Free
binaryjs
is a javascript library for bidrectional realtime binary data streaming
with websockets. binaryjs is a lightweight framework that utilizes
websockets to send, stream, and pipe binary data bidirectionally between
browser javascript and node.js.
requirements : none
demo : https:/ / github. com/ binaryjs/ binaryjs/ tree/ master/ examples
license : mit license
- binarypack serialization format is fast, binary, and json-type compatible. data stays binary end to end
- automatically chunks large binary data buffers for streaming performance
- send multiple streams of data concurrently over multiplexed websocket connection
- api implements node.js read/write streams. you can pipe any stream into binaryjs streams (and vice-versa)
- "pause," "resume," and "end" as in the streams api

requirements : none
demo : https:/ / github. com/ binaryjs/ binaryjs/ tree/ master/ examples
license : mit license
WebSocket
Published at DZone with permission of Hirvesh Munogee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Tomorrow’s Cloud Today: Unpacking the Future of Cloud Computing
-
Testing Applications With JPA Buddy and Testcontainers
-
MLOps: Definition, Importance, and Implementation
-
Clear Details on Java Collection ‘Clear()’ API
Comments