TypeScript support #16

Open
opened 2024-09-18 07:44:26 +00:00 by reececomo · 0 comments
reececomo commented 2024-09-18 07:44:26 +00:00 (Migrated from github.com)

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

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](https://img.shields.io/npm/v/tinybuf.svg?style=flat-square)](https://www.npmjs.com/package/tinybuf) [![Minzipped](https://badgen.net/bundlephobia/minzip/tinybuf)](https://bundlephobia.com/package/tinybuf) [![Downloads](https://img.shields.io/npm/dt/tinybuf.svg)](https://www.npmjs.com/package/tinybuf) [![Tests](https://github.com/reececomo/tinybuf/actions/workflows/tests.yml/badge.svg)](https://github.com/reececomo/tinybuf/actions/workflows/tests.yml) [![License](https://badgen.net/npm/license/tinybuf)](https://github.com/reececomo/tinybuf/blob/main/LICENSE) | | | | --------------------------------- | ---------------------------------------- | | 🔮 Simple, declarative API | 🔥 Blazing fast serialization | | 🗜️ Powerful [compression](https://github.com/reececomo/tinybuf/blob/main/docs/types.md) | 💾 ^50% smaller than [FlatBuffers](https://github.com/reececomo/tinybuf/blob/main/docs/comparison.md) | | 🍃 Zero dependencies | 🙉 Strong, inferred types | | 🌐 Node.js / HTML5 | 🛡️ Built-in validation/transforms | | 🤏 `~4.1kb` minzipped | ✅ Property mangling ([Terser](https://terser.org/)) | ## 💿 Install ``` npm install tinybuf ``` 📘 [Read docs](https://github.com/reececomo/tinybuf)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sitegui/js-binary#16
No description provided.