Optimal dispatcher for json messages ?

This page summarizes the projects mentioned and recommended in the original post on reddit.com/r/golang

Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • SonarLint - Clean code begins in your IDE with SonarLint
  • SaaSHub - Software Alternatives and Reviews
  • MessagePack

    MessagePack serializer implementation for Java / msgpack.org[Java]

    Upvote for msgpack, one of the great undervalued message protocols available.

  • gosercomp

    :zap: Golang Serializer Benchmark Comparison

    Well, instead of using full GRPC, you could use ProtoBuf. Any "binary" protocol will be faster to parse than JSON, if performance is your biggest factor, you can find benchmarks comparing the different formats.

  • InfluxDB

    Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.

  • sijsop

    A simple JSON-based protocol for Go, easy to implement for other languages

    The most efficient option is to send the type separately. I wrote and use sijsop for this, if you want something off-the-shelf.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts