#
rpc-library
Here are 84 public repositories matching this topic...
Hprose is a cross-language RPC. This project is Hprose 3.0 for PHP
php
serialization
packagist
composer
cross-platform
php7
serializer
php-library
rpc
rpc-server
hprose
rpc-client
rpc-framework
cross-domain
rpc-library
rpc-service
serialization-library
cross-device
serialize
cross-language
-
Updated
Dec 24, 2020 - PHP
Hprose is a cross-language RPC. This project is Hprose for Golang.
go
api
golang
serialization
cross-platform
serializer
rpc
rpc-server
hprose
rpc-client
rpc-framework
cross-domain
rpc-library
serialization-library
cross-device
rpc-api
serialize
cross-language
-
Updated
Mar 18, 2022 - Go
Hprose is a cross-language RPC. This project is Hprose 2.0 for Java
java
api
serialization
cross-platform
serializer
rpc
rpc-server
hprose
rpc-client
rpc-framework
rpc-library
rpc-service
serialization-library
serialize
cross-language
-
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.
serialization
cross-platform
rpc
cross-browser
hprose
cross-domain
rpc-library
cross-device
serialize
service-engine
cross-language
rpc-protocol
serialization-format
semi-text
-
Updated
Mar 27, 2019
Hprose is a cross-language RPC. This project is Hprose 2.0 for Node.js
javascript
http
serialization
tcp
cross-platform
websocket
rpc
tcp-server
tcp-client
rpc-server
unix-socket
hprose
rpc-client
rpc-framework
cross-domain
rpc-library
rpc-service
serialization-library
serialize
cross-language
-
Updated
Apr 19, 2019 - JavaScript
Hprose is a cross-language RPC. This project is Hprose 2.0 Client for HTML5
javascript
android
serialization
html5
tcp
cross-platform
websockets
google-chrome
rpc
cross-browser
hprose
rpc-client
cross-domain
rpc-library
serialization-library
cross-device
serialize
apicloud
cross-language
-
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.
docker
crypto
ethereum
rpc
geth
ethereum-classic
rpc-library
ethereum-network
ethereum-protocol
openrpc
-
Updated
Apr 19, 2022 - Go
Hprose is a cross-language RPC. This project is Hprose 2.0 for Delphi and FreePascal
lazarus
map
delphi
pascal
serialization
list
cross-platform
serializer
rpc
freepascal
hprose
rpc-client
rpc-framework
rpc-library
serialization-library
delphinus
cross-language
delphinuspackage
-
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++
jpzk
commented
Nov 28, 2019
Preferable with scalatest/scalacheck
good first issue
Good for newcomers
Opensource Library for the GO programming language
go
golang
serialization
validation
database
serverless
storage-engine
protocol
zero-copy
rpc
unikernel
http-server
datastore
rpc-library
userspace
sdk-go
autogeneration
-
Updated
Apr 18, 2022 - Go
Common interface definition based rpc implementation
-
Updated
Nov 22, 2021 - Python
GothAck
commented
Feb 26, 2020
Probably requires #2
Hprose for ActionScript 3.0
serialization
cross-platform
actionscript
serializer
rpc
hprose
rpc-client
rpc-framework
rpc-library
serialize
cross-language
-
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!
javascript
js
javascript-framework
remote
javascript-library
rpc
remote-execution
rpc-framework
rpc-library
rpc-api
remote-function-call
-
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
socket
networking
csharp
communication
sockets
dotnet
uwp
windows-10
windows-uwp
rpc
windows10
rpc-library
rpc-api
uwp-networking-essentials
-
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."
AnnotatedServiceBindingBuilder
andVirtualHostAnnotatedServiceBindingBuilder
currently 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.