2 dépôts
Frameworks supporting service development in C++, Java, Node.js, PHP, and Go with a shared RPC protocol and service discovery.
Distinct from Microservices Frameworks: Distinct from Microservices Frameworks: emphasizes multi-language support with a shared RPC protocol, not just a single-language framework.
Explore 2 awesome GitHub repositories matching web development · Multi-Language. Refine with filters or upvote what's useful.
Tars is a distributed systems platform that provides a high-performance remote procedure call (RPC) framework, service discovery, and a centralized administration platform for building and managing microservice-based applications. At its core, it offers a custom binary protocol for efficient serialization and communication between services, along with a name service that dynamically resolves service endpoints for RPC routing. The platform distinguishes itself by supporting multi-language microservice development, enabling services to be written in C++, Java, Node.js, PHP, and Go using a share
Supports service development in C++, Java, Node.js, PHP, and Go with a shared RPC protocol and service discovery.
Wire is a cross-platform code generator and implementation of gRPC and Protocol Buffers. It transforms schema definitions into type-safe native language bindings for Kotlin, Swift, and Java to ensure consistent data exchange and communication between distributed systems. The project provides specialized tools for protocol buffer schema management, including the ability to prune unused types and filter fields by version to reduce final binary sizes. It also handles namespace management and allows for the creation of custom schema handlers to execute user-defined logic during the compilation ph
Supports service development across multiple languages using a shared RPC protocol and type-safe interfaces.