awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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·2 Aufrufe

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-Verlauf

Star-Verlauf für cinemast/libjson-rpc-cppStar-Verlauf für cinemast/libjson-rpc-cpp

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Häufig gestellte Fragen

Was macht cinemast/libjson-rpc-cpp?

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

Was sind die Hauptfunktionen von cinemast/libjson-rpc-cpp?

Die Hauptfunktionen von cinemast/libjson-rpc-cpp sind: Inter-process Communication.

Welche Open-Source-Alternativen gibt es zu cinemast/libjson-rpc-cpp?

Open-Source-Alternativen zu cinemast/libjson-rpc-cpp sind unter anderem: 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…

Open-Source-Alternativen zu Libjson Rpc Cpp

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Libjson Rpc Cpp.
  • boostorg/interprocessAvatar von boostorg

    boostorg/interprocess

    181Auf GitHub ansehen↗

    Boost.org interprocess module

    C++
    Auf GitHub ansehen↗181
  • capnproto/capnprotoAvatar von capnproto

    capnproto/capnproto

    13,089Auf GitHub ansehen↗

    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++
    Auf GitHub ansehen↗13,089
  • continental/ecalAvatar von continental

    continental/ecal

    11Auf GitHub ansehen↗

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

    C++
    Auf GitHub ansehen↗11
  • apache/brpcAvatar von apache

    apache/brpc

    17,545Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗17,545
Alle 12 Alternativen zu Libjson Rpc Cpp anzeigen→