sijsop

A simple JSON-based protocol for Go, easy to implement for other languages (by thejerf)

Sijsop Alternatives

Similar projects and alternatives to sijsop

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better sijsop alternative or higher similarity.

sijsop reviews and mentions

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.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 3 Jun 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic sijsop repo stats
5
13
3.7
about 1 year ago

thejerf/sijsop is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of sijsop is Go.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com