ergo VS sijsop

Compare ergo vs sijsop and see what are their differences.

sijsop

A simple JSON-based protocol for Go, easy to implement for other languages (by thejerf)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ergo sijsop
32 5
2,663 13
0.6% -
0.0 3.7
8 days ago 12 months ago
Go Go
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ergo

Posts with mentions or reviews of ergo. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-13.

sijsop

Posts with mentions or reviews of sijsop. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-13.
  • What's the preferred way to pass data over a (custom) TCP connection?
    1 project | /r/golang | 7 May 2023
    There's a ton of options. You can look at https://github.com/thejerf/sijsop , perhaps more just because it's a very simple example of what you're asking for than necessarily because it's the perfect choice for everything, though I do use it in real code.
  • What are the recommended connection pool libraries written in Golang?
    5 projects | /r/golang | 13 Feb 2023
    Moreover, because Ergo imports Erlang wholesale, it precludes things where you can send messages over the network and keep their types. Here's one simple example from a library of mine but there are numerous other options, gRPC, protocol buffers, etc. (I link this not because it is amazing code, but just because I have it on hand and personally know where it is. Also, note that as a demo program it demonstrates both typed and untyped receive; the "right" side does an untyped receive on purpose.) It is not necessary to lose types in general to go over a network.
  • Optimal dispatcher for json messages ?
    3 projects | /r/golang | 6 Mar 2022
    The most efficient option is to send the type separately. I wrote and use sijsop for this, if you want something off-the-shelf.
  • Netchan alternative?
    2 projects | /r/golang | 2 Nov 2021
    You might consider https://github.com/thejerf/sijsop , then. About as fast to get going as a network protocol can be.
  • Best way to allow two processes to interact with each other?
    1 project | /r/golang | 24 Aug 2021
    Personally I tend to use my JSON protocol library for slamming down a quick protocol, and probably use a unix socket if I'm on UNIX or a 127.0.0.1-bound network service if not.

What are some alternatives?

When comparing ergo and sijsop you can also consider the following projects:

micro - A Go service development platform

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

wesher - wireguard overlay mesh network manager

netchan - Natural network channels for Go - netchan can marshal Go channels

ristretto - A high performance memory-bound Go cache

examples - examples for demonstrating Ergo Framework features

yggdrasil-go - An experiment in scalable routing as an encrypted IPv6 overlay network

pool - common golang tcp connection pool

Pyrlang - Erlang node implemented in Python 3.5+ (Asyncio-based)

gosercomp - :zap: Golang Serializer Benchmark Comparison

exo - A process manager & log viewer for dev

Oragono - A modern IRC server (daemon/ircd) written in Go.