9 projects
Socket.IO
Socket.IO is a real-time bidirectional event-based communication library that enables real-time, bidirectional and event-based communication between web clients and servers. It primarily works over WebSocket and provides automatic fallback to other transport methods when WebSocket isn't available.
7,857
2,116
$8.1M
protobuf.js
A comprehensive implementation of Protocol Buffers in JavaScript/TypeScript, providing efficient binary serialization and deserialization of structured data with support for both Node.js and browsers
2,300
723
$1.2M
JS-YAML
JS-YAML is a JavaScript implementation of YAML, a human-friendly data serialization language. It enables parsing YAML into native JavaScript objects and dumping JavaScript objects to YAML strings.
783
351
$10M
JS-BSON
JS-BSON is a JavaScript implementation of the BSON (Binary JSON) serialization format used by MongoDB. It provides functionality to serialize JavaScript objects to BSON and deserialize BSON back to JavaScript objects.
285
93
$7.9M
Serialize JavaScript
Serialize JavaScript to a superset of JSON that includes regular expressions and functions.
152
63
$27K
msgpackr
Ultra-fast MessagePack implementation with extension for record and structural cloning / msgpack.org[JavaScript/NodeJS]
node-cbor
Encode and decode CBOR documents, with both easy mode, streaming mode, and SAX-style evented mode.
protobuf-es
Protocol Buffers for ECMAScript. The only JavaScript Protobuf library that is fully-compliant with Protobuf conformance tests.