#
rpc-server
Here are 101 public repositories matching this topic...
Hprose is a cross-language RPC. This project is Hprose 2.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
Apr 23, 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
Jun 20, 2020 - Go
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols ... and 1M connections problem solution
tls
ssl
socket
tcp
webserver
https
websocket-server
websocket
socket-server
http-server
rpc-server
rpc-framework
non-blocking
socketasynceventargs
pipe-streams
communication-components
performance-dotnet
-
Updated
Jun 3, 2020 - C#
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
Apr 23, 2018 - Java
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
coderNeos
commented
Aug 8, 2019
In case if client socket closes the connection - 'send' will cause an unhandled rejection, which in some production environments might lead to application crash!
Mentioned problem is relevant to any other socket.send call.
Steps to reproduce:
- Call some long running rpc tas
Stratum protocol server and client for Node.js
javascript
daemon
promise
rpc
stratum
mining
cryptocurrency
rpc-server
coin
stratum-proxy
stratum-protocol
stratum-server
node-stratum
-
Updated
Jul 8, 2019 - TypeScript
轻量级框架 。实现了定时任务功能,分布式任务队列,命令行控制台,数据库脚本自动化,单元测试, rpc服务,多进程服务(模拟map-reduce)等等实用的功能!! 文档 https://fucongcong.gitbooks.io/group-doc/content/.
-
Updated
Apr 17, 2020 - PHP
Process JSON-RPC requests in Python
-
Updated
May 2, 2020 - Python
BitCore (BTX) - Cryptocurrency 220 Byte Datacarriersize
money
review
translation
fork
bitcoin
currency
transifex
peer
rpc-server
bitcore
btc
cryptocurrencies
hd-wallet
segwit
proof-of-work
txid
atomic-swap
btx
-
Updated
Jun 11, 2020 - C++
dotnet high performance remote interface and delegate invoke(RPC) communication components,support millions RPS remote interface method invokes
-
Updated
Mar 5, 2020 - C#
JSON-RPC 2.0 server for @laravel framework
-
Updated
May 26, 2020 - PHP
Transport agnostic spec compliant JSON RPC client and server
-
Updated
Jun 7, 2020 - JavaScript
Generation and validation of certificates using ethereum blockchain
react
nodejs
docker
certificate
certificates
ethereum
blockchain
truffle
certificate-transparency
rpc-server
mnemonic
web3js
ethereum-dapp
certificate-generation
metamask
infura
ganache
rinkeby-network
-
Updated
May 31, 2020 - JavaScript
BitSend Master (Live Version)
bitcoin
transaction
signature
bsd
rpc-server
masternode
cryptocurrencies
hd-wallet
signature-validation
witness
segwit-transactions
bitsend
transaction-signatures
signature-generator
-
Updated
Apr 21, 2020 - C++
Bitcloud BTDX - POS 3.0 - Masternodes
bitcoin
voting
rpc-server
masternode
cryptocurrencies
proof-of-stake
governance
btdx
bitcloud
height-reward
-
Updated
Apr 1, 2020 - C++
Conceal API - JavaScript Interface (RPC/API)
javascript
api
privacy
js
daemon
cryptocurrency
rpc-server
conceal
ccx
wallet-rpc
concealx
daemon-rpc
-
Updated
Jun 15, 2020 - JavaScript
GRPC based API CRUD using Nodejs at both server and client side
-
Updated
Mar 4, 2018 - JavaScript
Effortlessly serve your trained Rubix ML estimators in production.
api
infrastructure
php
machine-learning
microservice
json-api
rest-api
inference
http-server
rpc-server
rpc-client
failure
inference-server
inference-engine
model-deployment
php-ml
ml-infrastructure
model-server
rubix-ml
php-machine-learning
-
Updated
Jun 20, 2020 - PHP
-
Updated
Feb 21, 2019 - Python
Yet another JSON-RPC 2.0 implementation for Pharo Smalltalk
-
Updated
Mar 25, 2020 - Smalltalk
A RPC over AMQP library for the Go programming language
-
Updated
Aug 5, 2019 - Go
Simple RPC implementation for Arduino.
-
Updated
Jun 8, 2020 - C++
Use class-based controllers to create JSON-RPC 2.0 server usage in Express / Koa and TypeScript
-
Updated
May 29, 2020 - TypeScript
.net interface definition based rpc framework over http protocol (一个.NET的rpc框架,定义的接口即约定,引用接口dll即可调用服务)
-
Updated
Sep 11, 2019 - C#
A content repository of lectures and presentations on Golang. Some topics like Socket, RPC, WebSocket, REST.
-
Updated
Dec 22, 2018 - Go
Web Application Messaging Protocol router for fastify
-
Updated
May 11, 2020 - JavaScript
Improve this page
Add a description, image, and links to the rpc-server topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rpc-server 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