messagepack
Here are 169 public repositories matching this topic...
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Mqtt, UDP, and DNS protocols. It uses ZooKeeper and Consul as a registry, and integrates it. Hash, random, polling, Fair Polling as a load balancing algorithm, built-in service governance to ensure reliable RPC communication, the engine contains Diagnostic, link tracking for protocol and middleware calls, and integration SkyWalking Distributed APM
-
Updated
Aug 9, 2020 - C#
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
-
Updated
Oct 24, 2020 - C#
Record Query - A tool for doing record analysis and transformation
-
Updated
Jun 23, 2020 - Rust
MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]
-
Updated
Oct 21, 2020 - C#
MessagePack for JavaScript/TypeScript/ECMA-262 / msgpack.org[JavaScript]
-
Updated
Oct 20, 2020 - TypeScript
MessagePack implementation for Rust / msgpack.org[Rust]
-
Updated
Sep 13, 2020 - Rust
Convert between CBOR, JSON, MessagePack, TOML, and YAML
-
Updated
Oct 21, 2020 - Python
A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON
-
Updated
Oct 22, 2020 - C++
A pure PHP implementation of the MessagePack serialization format / msgpack.org[PHP]
-
Updated
May 25, 2020 - PHP
MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]
-
Updated
Oct 7, 2020 - C
-
Updated
Dec 23, 2019 - Go
It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]
-
Updated
Jun 9, 2020 - Swift
Xcode Playground Sample Code for the Flight School Guide to Swift Codable
-
Updated
Jan 27, 2020 - Swift
JSONLab: a native JSON/UBJSON/MassagePack encoder/decoder for MATLAB/Octave
-
Updated
Sep 29, 2020 - MATLAB
A MessagePack encoder and decoder for Codable types
-
Updated
May 14, 2020 - Swift
Serialization code generator for QUICK struct content comparison
-
Updated
Mar 27, 2019 - Go
MessagePack support for Django REST framework
-
Updated
May 26, 2019 - Python
MessagePack and JSON serializer for Unity3D
-
Updated
Jun 30, 2020 - C#
A tiny MessagePack library for C++11 (msgpack.org[C++11])
-
Updated
Jul 19, 2018 - C++
MessagePack for LuaJIT (using FFI, no bindings, V4 API)
-
Updated
Sep 11, 2019 - Lua
WebApiClient项目的第三方扩展:Autofac、DependencyInjection、HttpClientFactory、SteeltoeOSS.Discovery、MessagePack、Protobuf、Json-Rpc
-
Updated
May 25, 2020 - C#
MessagePack serializer implementation for Perl / msgpack.org[Perl]
-
Updated
Mar 17, 2020 - C
Drop-in MessagePack support for ASGI applications and frameworks
-
Updated
Aug 30, 2020 - Python
MessagePack serializer implementation for Swift. msgpack.org[Swift]
-
Updated
Aug 31, 2020 - Swift
A fast Node.js implementation of the latest MessagePack spec
-
Updated
Oct 19, 2020 - JavaScript
Ultra-fast MessagePack for NodeJS & Browsers | msgpack.org[Javascript/NodeJS]
-
Updated
Mar 17, 2019 - JavaScript
json for modern c++ (single header file, release versions)
-
Updated
Aug 10, 2020 - C++
Examples are needed
Currently the examples directory only has a placeholder.
Improve this page
Add a description, image, and links to the messagepack topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the messagepack topic, visit your repo's landing page and select "manage topics."


I think we should patch test/CMakeLists.txt to always use
-Wall -Werroron *nix and the corresponding MSVC flags. It is way too easy to overlook a warning in the CI output as #1797 has shown.@nlohmann Thoughts?