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
·
sogou avatar

sogou/srpc

0
View on GitHub↗
2,139 stars·412 forks·C++·Apache-2.0·4 views

Srpc

RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.

Features

  • Engineering Components - RPC framework based on workflow.
  • Inter-process Communication - Lightweight RPC system with protocol and telemetry support.

Star history

Star history chart for sogou/srpcStar history chart for sogou/srpc

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

Open-source alternatives to Srpc

Similar open-source projects, ranked by how many features they share with Srpc.
  • 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
  • chromium/chromiumchromium avatar

    chromium/chromium

    22,997View on GitHub↗

    Chromium is an open-source browser platform that provides the foundational codebase for building cross-platform web browsers. At its core, it functions as a web browser engine that interprets standard web technologies to render interactive content and manage the complex lifecycle of web page navigation. The project utilizes a multi-process architecture that separates the browser interface from rendering engines into distinct operating system processes. This design ensures application stability by preventing a single tab crash from affecting the entire browser. Security is maintained through s

    C++
    View on GitHub↗22,997
  • 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
See all 18 alternatives to Srpc→

Frequently asked questions

What does sogou/srpc do?

RPC framework based on C++ Workflow. Supports SRPC, Baidu bRPC, Tencent tRPC, thrift protocols.

What are the main features of sogou/srpc?

The main features of sogou/srpc are: Engineering Components, Inter-process Communication.

What are some open-source alternatives to sogou/srpc?

Open-source alternatives to sogou/srpc include: 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… chromium/chromium — Chromium is an open-source browser platform that provides the foundational codebase for building cross-platform web… cinemast/libjson-rpc-cpp — C++ framework for json-rpc (json remote procedure call). continental/ecal — Please visit the new repository: https://github.com/eclipse-ecal/ecal. apache/brpc — brpc is a high-performance C++ RPC framework and network programming library designed for building distributed…