embedded-jsonrpc

A JSON-RPC 2.0 server implementation for embedded systems. (by OpenPSG)

Embedded-jsonrpc Alternatives

Similar projects and alternatives to embedded-jsonrpc

  1. Protobuf

    Protocol Buffers - Google's data interchange format

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. FlatBuffers

    FlatBuffers: Memory Efficient Serialization Library

  4. buf

    The best way of working with Protocol Buffers.

  5. twirp

    A simple RPC framework with protobuf service definitions

  6. nanopb

    Protocol Buffers with small code size

  7. nesper

    Program the ESP32 with Nim! Wrappers around ESP-IDF API's.

  8. vtprotobuf

    A Protocol Buffers compiler that generates optimized marshaling & unmarshaling Go code for ProtoBuf APIv2

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

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

embedded-jsonrpc discussion

Log in or Post with

embedded-jsonrpc reviews and mentions

Posts with mentions or reviews of embedded-jsonrpc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-16.
  • Go Protobuf: The New Opaque API
    11 projects | news.ycombinator.com | 16 Dec 2024
    To be honest I kind of find myself drifting away from gRPC/protobuf in my recent projects. I love the idea of an IDL for describing APIs and a great compiler/codegen (protoc) but there's just so many idiosyncrasies baked into gRPC at this point that it often doesn't feel worth it IMO.

    Been increasingly using vscode style JSON-RPC 2.0, sure it's got it's quirks and is far from the most wire/marshaling efficient approach but JSON codecs are ubiquitous and JSON-RPC is trivial to implement. In-fact I recently even wrote a stack allocated, server implementation for microcontrollers in Rust https://github.com/OpenPSG/embedded-jsonrpc.

Stats

Basic embedded-jsonrpc repo stats
1
7
7.5
4 months ago

OpenPSG/embedded-jsonrpc is an open source project licensed under Mozilla Public License 2.0 which is an OSI approved license.

The primary programming language of embedded-jsonrpc is Rust.


Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that Rust is
the 5th most popular programming language
based on number of references?