Messagepack

Top 23 Messagepack Open-Source Projects

  • json

    JSON for Modern C++

    Project mention: Learn Modern C++ | news.ycombinator.com | 2023-12-26

    I have not done a "desktop" program in 25+ years and never using C++ (or C), since then I'm mostly a web developer (PHP,Elixir, JS, Kotlin etc).

    I'm currently doing a C++ audio plugin with the Juce framework.

    This website has been a good resource, alongside https://www.learncpp.com

    But I was actually close to give up before using those two things:

    - https://github.com/nlohmann/json : my plugin use a json api backend and the Juce json implementation is atrocious (apparently because of being born in previous c++ version), but this library is GREAT.

    - ChatGPT 4. I'm not sure I would have "succeeded" without it, at least not in a reasonable time frame. ChatGPT 3.5 is slow and does not give good results for my use case but 4 is impressive. And I use in a very dumb way, just posing question in the web UI. I probably could have it directly in MSVC?

    Also I must say, for all its flaws, I have a renewed appreciation for doing UI on the web ;)

  • MessagePack for C# (.NET, .NET Core, Unity, Xamarin)

    Extremely Fast MessagePack Serializer for C#(.NET, .NET Core, Unity, Xamarin). / msgpack.org[C#]

    Project mention: .NET 9 will be putting BinaryFormatter out to pasture | news.ycombinator.com | 2024-02-11
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • rq

    Record Query - A tool for doing record analysis and transformation (by dflemstr)

  • msgspec

    A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML

    Project mention: Htmx, Rust and Shuttle: A New Rapid Prototyping Stack | news.ycombinator.com | 2023-11-01
  • msgpack-javascript

    @msgpack/msgpack - MessagePack for JavaScript / msgpack.org[JavaScript/TypeScript/ECMA-262]

    Project mention: Show HN: REST Alternative to GraphQL and tRPC | news.ycombinator.com | 2023-10-10

    For a compact message format being sent to browsers, you might look at messagepack, eg with https://github.com/msgpack/msgpack-javascript – it's essentially binary JSON, so it'd be compatible with OpenAPI specs.

    I think the ser/des is slower than JSON in most browsers, but the message format is smaller.

    Oftentimes, using a query parameter like `?exclude[]=…` or `?include[]=…` or similar to say "only get me these response fields, not the whole object" can be useful for this too (and then you still get JSON back).

  • FusionCache

    FusionCache is an easy to use, fast and robust cache with advanced resiliency features and an optional distributed 2nd level.

    Project mention: FusionCache Is Now v1.0 | news.ycombinator.com | 2024-03-17
  • msgpack-rust

    MessagePack implementation for Rust / msgpack.org[Rust]

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • Msgpack-Cli

    MessagePack implementation for Common Language Infrastructure / msgpack.org[C#]

  • jsoncons

    A C++, header-only library for constructing JSON and JSON-like data formats, with JSON Pointer, JSON Patch, JSON Schema, JSONPath, JMESPath, CSV, MessagePack, CBOR, BSON, UBJSON

    Project mention: Experience using crow as web server | /r/cpp | 2023-11-06

    On the other hand, I'd like to bring in the json library of my choice, e.g. https://github.com/nlohmann/json or https://github.com/danielaparker/jsoncons. So I'd prefer the web server library provides as little as possible in the way of Json support, and certainly doesn't get in the way of using my library of choice. Similarly, I'd like to use my choice of automatic object serialization.

  • json-joy

    JSON CRDT, JSON CRDT Patch, JSON Patch+, JSON Predicate, CBOR, MessagePack, UBJSON, JSON Reactive RPC, JSON-RPC 2.0, JSON Pointer, JSON Expression, JSON Type

    Project mention: JSON-joy CRDT benchmarks, 100x speed improvement over state-of-the-art | news.ycombinator.com | 2023-05-22

    Love seeing CRDT innovation! I'm building something in the space, so excited to give this a try.

    The death stroke for these types of projects seems to be lack of funding. This project is sponsored by nlnet[0] providing between 5k - 50k EU per year. Let's hope this gets additional resources.

    As a note, it appears to use Elastic's 2.0 license preventing selling software that includes this library [1]

    [0] https://nlnet.nl/project/JSON-Joy/

    [1] https://github.com/streamich/json-joy/blob/master/LICENSE

  • remarshal

    Convert between CBOR, JSON, MessagePack, TOML, and YAML

  • mpack

    MPack - A C encoder/decoder for the MessagePack serialization format / msgpack.org[C]

  • gosercomp

    :zap: Golang Serializer Benchmark Comparison

  • msgpack.php

    A pure PHP implementation of the MessagePack serialization format / msgpack.org[PHP]

  • NoProto

    Flexible, Fast & Compact Serialization with RPC

  • MessagePack

    A MessagePack encoder and decoder for Codable types (by Flight-School)

  • signalr

    SignalR server and client in go (by philippseith)

  • SNAP

    Data format converters for GameMaker LTS 2022 (by JujuAdams)

  • msgpack

    Pure Pony implementation of the MessagePack serialization format. msgpack.org[Pony] (by seantallen-org)

  • stres

    Small library that brings AndroidStudio-like string resources system in Go.

  • palimpsest

    Fast serializable C++ dictionaries

  • messagepack

    Serialize instance for Message Pack Object msgpack.org[Haskell]

  • mpacklog.py

    Log dictionaries to MessagePack files in Python

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2024-03-17.

Messagepack related posts

Index

What are some of the best open-source Messagepack projects? This list will help you:

Project Stars
1 json 39,639
2 MessagePack for C# (.NET, .NET Core, Unity, Xamarin) 5,213
3 rq 2,248
4 msgspec 1,804
5 msgpack-javascript 1,201
6 FusionCache 1,179
7 msgpack-rust 1,061
8 Msgpack-Cli 820
9 jsoncons 658
10 json-joy 595
11 remarshal 516
12 mpack 504
13 gosercomp 408
14 msgpack.php 383
15 NoProto 361
16 MessagePack 195
17 signalr 116
18 SNAP 82
19 msgpack 31
20 stres 12
21 palimpsest 10
22 messagepack 7
23 mpacklog.py 6
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com