#
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
redis
microservices
kafka
apollo
rabbitmq
consul
json-serialization
swagger
grpc
apigateway
zookeeper
messagepack
nlog
log4net
dns-server
kestrel
skywalking
memorycache
protobuffer
surging
-
Updated
Aug 9, 2020 - C#
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
-
Updated
Oct 1, 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
Jun 14, 2020 - C#
MessagePack for JavaScript/TypeScript/ECMA-262 / msgpack.org[JavaScript]
-
Updated
Sep 27, 2020 - TypeScript
MessagePack implementation for Rust / msgpack.org[Rust]
-
Updated
Sep 13, 2020 - Rust
Convert between CBOR, JSON, MessagePack, TOML, and YAML
-
Updated
Sep 20, 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
json
csv
cpp
json-serialization
cbor
json-parser
messagepack
json-pointer
json-patch
json-diff
bson
ubjson
json-parsing
jsonpath
jmespath
csv-parser
csv-reader
json-construction
streaming-json-read
-
Updated
Oct 1, 2020 - C++
A pure PHP implementation of the MessagePack serialization format / msgpack.org[PHP]
-
Updated
May 25, 2020 - PHP
-
Updated
Dec 23, 2019 - Go
MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]
-
Updated
Sep 30, 2020 - C
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
encoding
serialization
json
binary-data
matlab
decoding
hdf5
messagepack
ubjson
hierarchical-data
data-exchange
-
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
protobuf
dependency-injection
json-rpc
messagepack
autofac
webapiclient
httpclientfactory
discoveryclient
-
Updated
May 25, 2020 - C#
MessagePack serializer implementation for Perl / msgpack.org[Perl]
-
Updated
Mar 17, 2020 - C
MessagePack serializer implementation for Swift. msgpack.org[Swift]
-
Updated
Aug 31, 2020 - Swift
Drop-in MessagePack support for ASGI applications and frameworks
-
Updated
Aug 30, 2020 - Python
Ultra-fast MessagePack for NodeJS & Browsers | msgpack.org[Javascript/NodeJS]
-
Updated
Mar 17, 2019 - JavaScript
A fast Node.js implementation of the latest MessagePack spec
-
Updated
Aug 19, 2020 - JavaScript
json for modern c++ (single header file, release versions)
-
Updated
Aug 10, 2020 - C++
Open
Examples are needed
SeanTAllen
commented
Sep 2, 2019
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?