rpc-library
Here are 84 public repositories matching this topic...
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
-
Updated
Dec 24, 2020 - PHP
Hprose is a cross-language RPC. This project is Hprose for Golang.
-
Updated
Mar 18, 2022 - Go
Hprose is a cross-language RPC. This project is Hprose 2.0 for Java
-
Updated
Oct 15, 2020 - Java
HPROSE is short for High Performance Remote Object Service Engine. It's a serialize and RPC library, the serialize library of hprose is faster, smaller and more powerful than msgpack, the RPC library is faster, easier and more powerful than thrift.
-
Updated
Mar 27, 2019
Hprose is a cross-language RPC. This project is Hprose 2.0 for Node.js
-
Updated
Apr 19, 2019 - JavaScript
Hprose is a cross-language RPC. This project is Hprose 2.0 Client for HTML5
-
Updated
Apr 24, 2018 - JavaScript
nanorpc - lightweight RPC in pure C++ 17
-
Updated
Oct 12, 2020 - C++
A highly configurable Go implementation of the Ethereum protocol.
-
Updated
Apr 19, 2022 - Go
Hprose is a cross-language RPC. This project is Hprose 2.0 for Delphi and FreePascal
-
Updated
Dec 13, 2018 - Pascal
A tool library for handling window && iframe && worker communication based on the JSON RPC specification
-
Updated
Apr 1, 2022 - TypeScript
An easy-to-learn, high performance network io library written in modern cpp (c++11), It borrows concepts from Netty, and with well defined internal modules, It enables you to write rpc, http/https,websocket application with just few lines。
-
Updated
Apr 20, 2022 - C++
Much fast, lightweight, async, based boost.beast and protobuf.
-
Updated
Jul 17, 2019 - C++
Preferable with scalatest/scalacheck
Opensource Library for the GO programming language
-
Updated
Apr 18, 2022 - Go
Common interface definition based rpc implementation
-
Updated
Nov 22, 2021 - Python
Probably requires #2
Hprose for ActionScript 3.0
-
Updated
Nov 25, 2018 - ActionScript
Twitch Twirp RPC implementation for Java
-
Updated
Aug 26, 2021 - Java
Type-safe client-server communication for C# featuring Bridge.NET and NancyFx
-
Updated
Sep 15, 2017 - C#
Object Request Broker (ORB) and Interface Definition Language (IDL) compiler
-
Updated
Mar 7, 2022 - TypeScript
Forgot ugly REST/GraphQL APIs! Call server functions directly from browser!
-
Updated
Sep 27, 2021 - JavaScript
A RPC over AMQP library for the Go programming language
-
Updated
Aug 5, 2019 - Go
Scalable service discovery and RPC library
-
Updated
Sep 28, 2017 - Elixir
Simple and lightweight networking (including RPC) for Universal Windows Platform apps
-
Updated
Mar 5, 2017 - C#
Much fast, lightweight, async, based boost.beast and protobuf.
-
Updated
May 24, 2019 - C++
Improve this page
Add a description, image, and links to the rpc-library topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rpc-library topic, visit your repo's landing page and select "manage topics."


AnnotatedServiceBindingBuilderandVirtualHostAnnotatedServiceBindingBuildercurrently don't share a common interface for its methods, such aspathPrefix()andexceptionHandlers(). This means, a contributor can add a builder method to one builder but not to the other by mistake. By making both builder extend a new interfaceAnnotatedServiceConfigSetters, we could prevent such a mistake.