awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
cinemast avatar

cinemast/libjson-rpc-cpp

0
View on GitHub↗
986 stars·324 forks·C++·MIT·18 views

Libjson Rpc Cpp

C++ framework for json-rpc (json remote procedure call)

Features

  • Inter-process Communication - JSON-RPC implementation for client and server applications.

Star history

Star history chart for cinemast/libjson-rpc-cppStar history chart for cinemast/libjson-rpc-cpp

How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Libjson Rpc Cpp

These projects share indexed features with Libjson Rpc Cpp. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • boostorg/interprocessboostorg avatar

    boostorg/interprocess

    181View on GitHub↗

    Boost.org interprocess module

    C++
    View on GitHub↗181
  • capnproto/capnprotocapnproto avatar

    capnproto/capnproto

    13,089View on GitHub↗

    CapnProto is a zero-copy serialization framework and remote procedure call system. It serves as a C++ communication library providing a schema-based data interchange format that eliminates the need to encode or decode data before reading it from memory. The system enables high-performance data serialization and low-latency network communication. It supports cross-language data exchange by using a defined schema to ensure consistent binary representation across different platforms. The framework provides tools for implementing remote procedure calls, allowing functions to be invoked on a remo

    C++
    View on GitHub↗13,089
  • continental/ecalcontinental avatar

    continental/ecal

    11View on GitHub↗

    Please visit the new repository: https://github.com/eclipse-ecal/ecal

    C++
    View on GitHub↗11
  • apache/brpcapache avatar

    apache/brpc

    17,545View on GitHub↗

    brpc is a high-performance C++ RPC framework and network programming library designed for building distributed systems. It functions as a multi-protocol RPC server capable of hosting and detecting multiple communication protocols, including gRPC, Thrift, HTTP, Redis, and Memcached, on a single TCP port. The project distinguishes itself through high-throughput data transport and memory efficiency, utilizing RDMA-based transport to bypass the kernel TCP stack and zero-copy memory management to eliminate data duplication. It also implements the Raft algorithm for consensus-based state replicatio

    C++rpc
    View on GitHub↗17,545
Compare all 12 related projects→

Frequently asked questions

What does cinemast/libjson-rpc-cpp do?

C++ framework for json-rpc (json remote procedure call)

What are the main features of cinemast/libjson-rpc-cpp?

The main features of cinemast/libjson-rpc-cpp are: Inter-process Communication.

Which projects share features with cinemast/libjson-rpc-cpp?

Projects with overlapping indexed features include: apache/brpc — brpc is a high-performance C++ RPC framework and network programming library designed for building distributed… boostorg/interprocess — Boost.org interprocess module. capnproto/capnproto — CapnProto is a zero-copy serialization framework and remote procedure call system. It serves as a C++ communication… continental/ecal — Please visit the new repository: https://github.com/eclipse-ecal/ecal. eclipse-iceoryx/iceoryx — Eclipse iceoryx™ - true zero-copy inter-process-communication. grpc/grpc — gRPC is a language-agnostic remote procedure call framework designed for high-performance communication between…