https://github.com/lambdalisue/deno-messagepack
🦕 Deno module to support MessagePack by msgpackr
https://github.com/lambdalisue/deno-messagepack
deno jsr messagepack
Last synced: 27 days ago
JSON representation
🦕 Deno module to support MessagePack by msgpackr
- Host: GitHub
- URL: https://github.com/lambdalisue/deno-messagepack
- Owner: lambdalisue
- License: mit
- Created: 2023-04-26T20:14:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-06T10:02:49.000Z (about 1 year ago)
- Last Synced: 2025-03-06T19:02:49.875Z (about 2 months ago)
- Topics: deno, jsr, messagepack
- Language: TypeScript
- Homepage: https://jsr.io/@lambdalisue/messagepack
- Size: 11.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# messagepack
[](https://jsr.io/@lambdalisue/messagepack)
[](https://github.com/lambdalisue/deno-messagepack/releases)
[](https://doc.deno.land/https/deno.land/x/messagepack/mod.ts)
[](https://github.com/lambdalisue/deno-messagepack/actions?query=workflow%3ATest)TypeScript module to support [MessagePack] by [msgpackr].
[Deno]: https://deno.land/
[MessagePack]: https://github.com/messagepack/messagepack/blob/master/spec.md
[msgpackr]: https://github.com/kriszyp/msgpackr## License
The code follows MIT license written in [LICENSE](./LICENSE). Contributors need
to agree that any modifications sent in this repository follow the license.