#
messagepack
Here are 180 public repositories matching this topic...
Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]
-
Updated
Dec 24, 2020 - C#
Surging is a micro-service engine that provides a lightweight, high-performance, modular RPC request pipeline. The service engine supports http, TCP, WS,Grpc, Thrift,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
Nov 26, 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
Dec 23, 2020 - TypeScript
MessagePack implementation for Rust / msgpack.org[Rust]
-
Updated
Dec 31, 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
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
Jan 1, 2021 - C++
A pure PHP implementation of the MessagePack serialization format / msgpack.org[PHP]
-
Updated
Dec 18, 2020 - PHP
-
Updated
Dec 9, 2020 - Go
MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]
-
Updated
Dec 13, 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
Dec 1, 2020 - Swift
Performance of Protocol Buffers with flexibility of JSON
serialization
json
flatbuffers
protocol-buffers
zero-copy
rpc
deserialization
schemas
messagepack
bson
-
Updated
Dec 30, 2020 - Rust
Serialization code generator for QUICK struct content comparison
-
Updated
Mar 27, 2019 - Go
MessagePack support for Django REST framework
-
Updated
May 26, 2019 - Python
A tiny MessagePack library for C++11 (msgpack.org[C++11])
-
Updated
Jul 19, 2018 - C++
MessagePack and JSON serializer for Unity3D
-
Updated
Jun 30, 2020 - 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
Nov 1, 2020 - Swift
Drop-in MessagePack support for ASGI applications and frameworks
-
Updated
Aug 30, 2020 - Python
A fast Node.js implementation of the latest MessagePack spec
-
Updated
Oct 26, 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++
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?