Embedded-jsonrpc Alternatives
Similar projects and alternatives to embedded-jsonrpc
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
-
-
-
-
-
vtprotobuf
A Protocol Buffers compiler that generates optimized marshaling & unmarshaling Go code for ProtoBuf APIv2
-
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.
-
embedded-jsonrpc discussion
embedded-jsonrpc reviews and mentions
-
Go Protobuf: The New Opaque API
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
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.