msgpack/msgpack-javascript
@msgpack/msgpack - MessagePack for JavaScript / msgpack.org[ECMA-262/JavaScript/TypeScript] observed · 2026-08-28
Health v2 · maintenance only
83/100
- Activity 92
- Release rhythm 63
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 18
- age_days: 5408
- days_rel: 250
- days_push: 52
- n_releases_24m: 6
Adoption not part of the score
1556 stars · 180 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A TypeScript/JavaScript implementation of MessagePack, a compact binary serialization format, serving as the reference implementation for JavaScript. It provides encode/decode APIs that work universally across browsers, Node.js, and other ES2015+ JavaScript engines.
Use cases
- serialize objects to a compact binary format in JavaScript
- replace JSON with a faster smaller encoding for API payloads
- encode and decode MessagePack data in Node.js or the browser
- decode MessagePack from a stream asynchronously
- exchange binary data between JavaScript and other languages
- round-trip TypeScript objects with typed arrays and timestamps
When to choose
- you need a fast, compact binary alternative to JSON in JavaScript or TypeScript
- you need interoperability with MessagePack implementations in other languages
- you need a universal library that runs in browsers, Node.js, and Deno with bundled type definitions
When to avoid
- you need human-readable serialization for debugging or config files
- your payloads are small and JSON performance is not a concern
- you need schema-based serialization like Protocol Buffers
Facets
library · maturity stable
serialization developer-tools web-development apis browser cross-platform msgpack typescript binary-format universal-javascript nodejs deno
2 sources
- readme: https://github.com/msgpack/msgpack-javascript · fetched 2026-08-28 · d07d55fa9483
- homepage: https://msgpack.org/ · fetched 2026-08-29 · 064379d9a34c
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| msgpack/msgpack-javascript | main | 83 |
For agents
markdown · JSON · MCP: product_card(name="msgpack/msgpack-javascript")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem