kawanet/msgpack-lite
Fast Pure JavaScript MessagePack Encoder and Decoder / msgpack.org[JavaScript] observed · 2026-09-03
Health v2 · maintenance only
100/100
- Activity 100
- Release rhythm 100
- 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: 1
- age_days: 4058
- days_rel: 0
- days_push: 0
- n_releases_24m: 4
Adoption not part of the score
1036 stars · 132 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A fast, pure JavaScript MessagePack encoder and decoder library for Node.js and browsers, with support for streaming encode/decode and a CLI for converting between JSON and MessagePack. It works with Buffer, Array, and Uint8Array inputs.
Use cases
- encode javascript objects to messagepack binary format
- decode messagepack buffers back to javascript objects
- stream multiple messagepack objects to a file or socket
- convert json to messagepack from the command line
- serialize data compactly for network or storage in node.js or browser
When to choose
- you need a fast, dependency-light MessagePack codec in JavaScript
- you need streaming encode/decode of many objects
- you need a CLI to convert between JSON and MessagePack
- you need browser and Node.js support from one library
When to avoid
- you need JSON only - use the built-in JSON API
- you need a schema-based or typed serialization format like protobuf
- you need MessagePack extensions with custom types beyond this library's support
Facets
library · maturity stable
serialization cli developer-tools apis browser cli cross-platform msgpack messagepack encoder decoder streaming javascript data-engineering nodejs
3 sources
- readme: https://github.com/kawanet/msgpack-lite · fetched 2026-09-03 · 806b729ab52a
- homepage: https://www.npmjs.com/package/msgpack-lite · fetched 2026-08-29 · 71222c5b6b00
- registry_npm: https://registry.npmjs.org/msgpack-lite · fetched 2026-08-29 · 90a721c8a7f5
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kawanet/msgpack-lite | main | 100 |
For agents
markdown · JSON · MCP: product_card(name="kawanet/msgpack-lite")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem