#
rpc-server
Here are 145 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
high performance dotnet core socket tcp communication components, support TLS, HTTP, HTTPS, WebSocket, RPC, Redis protocols, custom 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
Sep 12, 2021 - 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
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
Mar 31, 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
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
JSON-RPC 2.0 API server for @laravel framework
-
Updated
Mar 12, 2022 - PHP
轻量级框架 。实现了定时任务功能,分布式任务队列,命令行控制台,数据库脚本自动化,单元测试, rpc服务,多进程服务(模拟map-reduce)等等实用的功能!! 文档 https://fucongcong.gitbooks.io/group-doc/content/.
-
Updated
Apr 17, 2020 - PHP
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
Feb 8, 2021 - C++
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
Feb 11, 2022 - JavaScript
dotnet high performance remote interface and delegate invoke(RPC) communication components,support millions RPS remote interface method invokes
-
Updated
Sep 15, 2020 - C#
Transport agnostic spec compliant JSON RPC client and server
-
Updated
Mar 30, 2022 - JavaScript
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++
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
BitSend Master (Live Version)
bitcoin
transaction
signature
bsd
rpc-server
cryptocurrencies
hd-wallet
signature-validation
witness
segwit-transactions
bitsend
transaction-signatures
signature-generator
-
Updated
Apr 13, 2022 - C++
rpc是一种编程风格,通过这种风格可以屏蔽掉分布式带来的技术细节,因此在分布式系统中常作为基础的通讯模块。orion是一个轻量的rpc框架,用于学习交流的目的。
-
Updated
Mar 13, 2022 - Java
Simple RPC implementation for Arduino.
-
Updated
Nov 23, 2021 - C++
Conceal API - JavaScript Interface (RPC/API)
javascript
api
privacy
js
daemon
cryptocurrency
rpc-server
conceal
ccx
wallet-rpc
concealx
daemon-rpc
-
Updated
Feb 22, 2022 - JavaScript
GRPC based API CRUD using Nodejs at both server and client side
-
Updated
Mar 4, 2018 - JavaScript
A set of modules for handling JSON RPC in Clojure
-
Updated
Jun 2, 2021 - Clojure
-
Updated
Feb 21, 2019 - Python
Spring Boot gRPC Example
-
Updated
Sep 2, 2021 - Java
Yet another JSON-RPC 2.0 implementation for Pharo Smalltalk
-
Updated
Apr 8, 2022 - Smalltalk
Go json-rpc protobuf plugin
-
Updated
Mar 14, 2019 - Go
Use class-based controllers to create JSON-RPC 2.0 server usage in Express / Koa and TypeScript
-
Updated
Apr 13, 2022 - TypeScript
JSON-RPC 2.0 server based on C++ runtime reflection
-
Updated
Apr 5, 2019 - C++
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."
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.