#
rpc-client
Here are 209 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
JSON-RPC 2.0 implementation over WebSockets for Node.js and JavaScript/TypeScript
nodejs
chat
iot
aws
distributed-systems
events
typescript
scalable
serverless
multiplayer
websocket-server
messaging
push-notifications
gcp
rpc
rpc-server
rpc-client
rpc-framework
rpc-api
remote-procedure-calls
-
Updated
Apr 25, 2022 - JavaScript
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
Simple WAMP (WebSocket Application Messaging Protocol) Javascript implementation
-
Updated
Apr 27, 2022 - 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
Solana's .NET SDK and integration library.
library
sdk
csharp
dotnet
cryptocurrency
keystore
wallet
rpc-client
web3
programs
solana
defi
sollet
spl-tokens
solana-keygen
-
Updated
May 2, 2022 - C#
A Discord rich presence manager app with a cool GUI and support for custom status and multiple profiles
-
Updated
Mar 20, 2022 - C#
Hprose is a cross-language RPC. This project is Hprose 2.0 RPC for JavaScript
javascript
serialization
tcp
cross-platform
serializer
websockets
rpc
cross-browser
hprose
rpc-client
rpc-framework
cross-domain
serialization-library
cross-device
serialize
cross-desktop
cross-language
-
Updated
Feb 2, 2018 - JavaScript
Hprose is a cross-language RPC. This project is Hprose 2.0 Client for Objective-C
-
Updated
Nov 16, 2017 - Objective-C
Gaea is a Gin-based web framework, reference gin https://github.com/gin-gonic/gin
-
Updated
Oct 29, 2020 - 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
An RPC attack framework for Blockchain nodes.
-
Updated
Apr 5, 2022 - Python
rpcx implementation in Java for server side and client side
-
Updated
Apr 1, 2022 - Java
dotnet high performance remote interface and delegate invoke(RPC) communication components,support millions RPS remote interface method invokes
-
Updated
Sep 15, 2020 - C#
Remote client for distributed automated HTTP(s) content fetching.
-
Updated
May 2, 2022 - Python
A Monero RPC Wallet client implementation written in Go (Golang)
-
Updated
Feb 14, 2018 - Go
Fast and Scalable RPC Framework
go
golang
http
framework
protobuf
rest-api
websocket-server
websocket
rpc
http-server
rpc-server
rpc-client
rpc-framework
golang-framework
scalable-rpc-framework
rony
-
Updated
Feb 14, 2022 - Go
rpc是一种编程风格,通过这种风格可以屏蔽掉分布式带来的技术细节,因此在分布式系统中常作为基础的通讯模块。orion是一个轻量的rpc框架,用于学习交流的目的。
-
Updated
Mar 13, 2022 - Java
Transmission RPC for Python
-
Updated
Oct 3, 2021 - Python
Self-describing JSON-RPC services made easy
-
Updated
Mar 25, 2019 - Python
A simple Go wrapper of EOS (eosio) RPC API, and more!
-
Updated
Jun 14, 2021 - Go
web based terminal application for executing local and remote commands
-
Updated
Jan 7, 2018 - TypeScript
Pure Java implementation of ONCRPC/SUNRPC
-
Updated
Jan 10, 2022 - Java
Discord RPC Client for Path of exile
-
Updated
Sep 18, 2019 - Python
Improve this page
Add a description, image, and links to the rpc-client topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rpc-client 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.