sitegui / js-binary

Encode/decode to a custom binary format, much more compact and faster than JSON/BSON
MIT License
91 stars 23 forks source link

TypeScript support #16

Open reececomo opened 2 months ago

reececomo commented 2 months ago

Yo thought users of js-binary might want to know about tinybuf.

It started as a fork, but eventually rewrote as a fresh package:

🔌 tinybuf  NPM version Minzipped Downloads Tests License

🔮 Simple, declarative API 🔥 Blazing fast serialization
🗜️ Powerful compression 💾 ^50% smaller than FlatBuffers
🍃 Zero dependencies 🙉 Strong, inferred types
🌐 Node.js / HTML5 🛡️ Built-in validation/transforms
🤏 ~4.1kb minzipped ✅ Property mangling (Terser)

💿 Install

npm install tinybuf

📘 Read docs