rpc-client
Here are 159 public repositories matching this topic...
Hprose is a cross-language RPC. This project is Hprose 2.0 for PHP
-
Updated
Jul 7, 2020 - PHP
Hprose is a cross-language RPC. This project is Hprose for Golang.
-
Updated
Oct 19, 2020 - Go
Hprose is a cross-language RPC. This project is Hprose 2.0 for Java
-
Updated
Oct 15, 2020 - Java
JSON-RPC 2.0 implementation over WebSockets for Node.js and JavaScript/TypeScript
-
Updated
Sep 21, 2020 - JavaScript
Hprose is a cross-language RPC. This project is Hprose 2.0 for Node.js
-
Updated
Apr 19, 2019 - JavaScript
Simple WAMP (WebSocket Application Messaging Protocol) Javascript implementation
-
Updated
Oct 23, 2020 - JavaScript
Hprose is a cross-language RPC. This project is Hprose 2.0 Client for HTML5
-
Updated
Apr 24, 2018 - JavaScript
Hprose is a cross-language RPC. This project is Hprose 2.0 RPC for JavaScript
-
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
Hprose is a cross-language RPC. This project is Hprose 2.0 for Delphi and FreePascal
-
Updated
Dec 13, 2018 - Pascal
Gaea is a Gin-based web framework, reference gin https://github.com/gin-gonic/gin
-
Updated
Oct 22, 2020 - Go
A Discord rich presence manager app with a cool GUI and support for custom status and multiple profiles
-
Updated
Sep 27, 2020 - C#
Remote client for distributed automated HTTP(s) content fetching.
-
Updated
Oct 19, 2020 - Python
Send JSON-RPC requests in Python
-
Updated
May 27, 2020 - Python
rpcx implementation in Java for server side and client side
-
Updated
Oct 13, 2020 - Java
dotnet high performance remote interface and delegate invoke(RPC) communication components,support millions RPS remote interface method invokes
-
Updated
Sep 15, 2020 - C#
A Monero RPC Wallet client implementation written in Go (Golang)
-
Updated
Feb 14, 2018 - Go
An RPC attack framework for Blockchain nodes.
-
Updated
Oct 18, 2020 - Python
A simple Go wrapper of EOS (eosio) RPC API, and more!
-
Updated
Apr 19, 2018 - Go
Self-describing JSON-RPC services made easy
-
Updated
Mar 25, 2019 - Python
Transmission RPC for Python
-
Updated
Oct 14, 2020 - Python
Pure Java implementation of ONCRPC/SUNRPC
-
Updated
Oct 19, 2020 - Java
web based terminal application for executing local and remote commands
-
Updated
Jan 7, 2018 - TypeScript
Discord RPC Client for Path of exile
-
Updated
Sep 18, 2019 - Python
RPC-like client-service implementation over messaging queue
-
Updated
Jul 18, 2020 - TypeScript
Command Line Interface for @imqueue
-
Updated
Sep 12, 2020 - TypeScript
Fast and simple JSON-RPC 2.0 WebSocket Client implementation in TypeScript. Allows bi-directional communication with async await Promises
-
Updated
Feb 12, 2020 - TypeScript
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."


In our codebase, we push
RequestContextand immediately run some code with try-with-resources.For example:
If
RequestContextprovidesrun(Runnable)orcall(Callable)we can reduce boilerplate code and simplify it.This is inspired by g