All Projects → seantallen-org → msgpack

seantallen-org / msgpack

Licence: BSD-2-Clause license
🐴 Pure Pony implementation of the MessagePack serialization format. msgpack.org[Pony]

Programming Languages

Pony
23 projects
Makefile
30231 projects

Projects that are alternatives of or similar to msgpack

http
ponylang HTTP client library 🐴 🕸️
Stars: ✭ 38 (+22.58%)
Mutual labels:  ponylang, pony-language
ponylang-linal
Linear Algebra library for Pony Language
Stars: ✭ 23 (-25.81%)
Mutual labels:  ponylang, pony-language
Ponyc
🐴 Pony is an open-source, actor-model, capabilities-secure, high performance programming language
Stars: ✭ 4,857 (+15567.74%)
Mutual labels:  ponylang, pony-language
pony-websocket
WebSocket server for Ponylang🐴
Stars: ✭ 43 (+38.71%)
Mutual labels:  ponylang, pony-language
kiuatan
A parser library for Pony.
Stars: ✭ 15 (-51.61%)
Mutual labels:  ponylang, pony-language
Msgp
A Go code generator and library for MessagePack - msgpack.org[Go]
Stars: ✭ 12 (-61.29%)
Mutual labels:  messagepack
Messagepack
A MessagePack encoder and decoder for Codable types
Stars: ✭ 167 (+438.71%)
Mutual labels:  messagepack
Msgpack Javascript
MessagePack for JavaScript/TypeScript/ECMA-262 / msgpack.org[JavaScript]
Stars: ✭ 742 (+2293.55%)
Mutual labels:  messagepack
Noproto
Flexible, Fast & Compact Serialization with RPC
Stars: ✭ 138 (+345.16%)
Mutual labels:  messagepack
Json
JSON for Modern C++
Stars: ✭ 27,824 (+89654.84%)
Mutual labels:  messagepack
Rq
Record Query - A tool for doing record analysis and transformation
Stars: ✭ 1,808 (+5732.26%)
Mutual labels:  messagepack
R6rs Msgpack
MessagePack for R6RS Scheme / msgpack.org[Scheme]
Stars: ✭ 14 (-54.84%)
Mutual labels:  messagepack
Jsonlab
JSONLab: a native JSON/UBJSON/MassagePack encoder/decoder for MATLAB/Octave
Stars: ✭ 202 (+551.61%)
Mutual labels:  messagepack
Msgpack Cli
MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
Stars: ✭ 761 (+2354.84%)
Mutual labels:  messagepack
ponylang-website
🐴 The ponylang.io website
Stars: ✭ 38 (+22.58%)
Mutual labels:  ponylang
Msgpack Rust
MessagePack implementation for Rust / msgpack.org[Rust]
Stars: ✭ 561 (+1709.68%)
Mutual labels:  messagepack
Django Rest Framework Msgpack
MessagePack support for Django REST framework
Stars: ✭ 78 (+151.61%)
Mutual labels:  messagepack
Messagepack.swift
It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]
Stars: ✭ 246 (+693.55%)
Mutual labels:  messagepack
Msgpack11
A tiny MessagePack library for C++11 (msgpack.org[C++11])
Stars: ✭ 78 (+151.61%)
Mutual labels:  messagepack
Msgpack Unity3d
MessagePack and JSON serializer for Unity3D
Stars: ✭ 74 (+138.71%)
Mutual labels:  messagepack

msgpack

A pure Pony implementation of the MessagePack serialization format.

Status

msgpack is currently beta software. It implements a low-level API for encoding and decoding data. Still to do:

  • High-level API for a better programming experience

Installation

  • Install corral
  • corral add github.com/seantallen-org/msgpack.git --version 0.2.5
  • corral fetch to fetch your dependencies
  • use "msgpack" to include this package
  • corral run -- ponyc to compile your application

API Documentation

https://seantallen-org.github.io/msgpack/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].