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
sofastack avatar

sofastack/sofa-bolt

0
View on GitHub↗
2,504 stars·869 forks·Java·Apache-2.0·8 viewswww.sofastack.tech/projects/sofa-bolt↗

Sofa Bolt

SOFABolt is a lightweight, easy to use and high performance remoting framework based on Netty.

Features

  • RPC Frameworks - Lightweight, high-performance remoting framework.

Star history

Star history chart for sofastack/sofa-boltStar history chart for sofastack/sofa-bolt

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 Sofa Bolt

These projects share indexed features with Sofa Bolt. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • apache/incubator-brpcA

    apache/incubator-brpc

    0View on GitHub↗
    View on GitHub↗0
  • apache/thriftapache avatar

    apache/thrift

    10,933View on GitHub↗

    Thrift is a cross-language remote procedure call framework and data serialization protocol. It provides an interface definition language to specify data types and service interfaces in a neutral format, enabling the automated generation of client and server code across multiple programming languages. The project functions as a polyglot service communicator using a layered software stack to ensure interoperable communication. It focuses on implementing cross-language remote procedure calls and transforming complex data structures into standardized formats for efficient network transport. The

    C++
    View on GitHub↗10,933
  • cloudwego/kitexcloudwego avatar

    cloudwego/kitex

    7,973View on GitHub↗

    Kitex is a high-performance remote procedure call framework for building distributed microservices in Go. It provides a communication system compatible with gRPC and Protobuf standards and includes a suite of tools for microservices governance. The framework features proxyless service mesh integration, which allows it to manage network traffic and governance directly without adding sidecar proxy latency. It optimizes data throughput through a high-performance communication library that minimizes memory copies. The system covers a broad surface of distributed capabilities, including service d

    Goframeworkgogrpc
    View on GitHub↗7,973
  • apache/dubbo-goapache avatar

    apache/dubbo-go

    4,938View on GitHub↗

    Apache Dubbo Go is a Go language implementation of the Apache Dubbo framework designed for building high-performance microservices. It serves as a cross-language RPC framework and microservices communication layer that enables remote procedure calls between services written in different programming languages. The framework functions as a service governance toolset and a distributed service mesh proxy, allowing data planes to connect with external control planes in proxy or proxyless modes. It specifically provides a compatibility layer to facilitate communication between Go and Java-based ser

    Gogohttp2microservices
    View on GitHub↗4,938
Compare all 25 related projects→

Frequently asked questions

What does sofastack/sofa-bolt do?

SOFABolt is a lightweight, easy to use and high performance remoting framework based on Netty.

What are the main features of sofastack/sofa-bolt?

The main features of sofastack/sofa-bolt are: RPC Frameworks.

Which projects share features with sofastack/sofa-bolt?

Projects with overlapping indexed features include: apache/incubator-brpc. apache/thrift — Thrift is a cross-language remote procedure call framework and data serialization protocol. It provides an interface… cloudwego/kitex — Kitex is a high-performance remote procedure call framework for building distributed microservices in Go. It provides… facebook/proxygen — Proxygen is a collection of C++ libraries for building high-performance HTTP servers and clients. It provides a… fullstorydev/grpcui — grpcui is a browser-based interactive web interface and API client for executing remote procedure calls to gRPC… apache/dubbo-go — Apache Dubbo Go is a Go language implementation of the Apache Dubbo framework designed for building high-performance…