An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# messagepack

[![jsr](https://img.shields.io/jsr/v/%40lambdalisue/messagepack?logo=javascript&logoColor=white)](https://jsr.io/@lambdalisue/messagepack)
[![denoland](https://img.shields.io/github/v/release/lambdalisue/deno-messagepack?logo=deno&label=denoland)](https://github.com/lambdalisue/deno-messagepack/releases)
[![deno doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/messagepack/mod.ts)
[![Test](https://github.com/lambdalisue/deno-messagepack/workflows/Test/badge.svg)](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.