All Projects → gorilla → Rpc

gorilla / Rpc

Licence: bsd-3-clause
A golang foundation for RPC over HTTP services.

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Rpc

Go Api Boilerplate
Go Server/API boilerplate using best practices DDD CQRS ES gRPC
Stars: ✭ 373 (-21.31%)
Mutual labels:  rpc
Torat
ToRat is a Remote Administation tool written in Go using Tor as a transport mechanism and RPC for communication
Stars: ✭ 415 (-12.45%)
Mutual labels:  rpc
Apps
Basic Polkadot/Substrate UI for interacting with a node. This is the main user-facing application, allowing access to all features available on Substrate chains.
Stars: ✭ 451 (-4.85%)
Mutual labels:  rpc
Redeo
High-performance framework for building redis-protocol compatible TCP servers/services
Stars: ✭ 392 (-17.3%)
Mutual labels:  rpc
Hydra
后端一站式微服务框架,提供API、web、websocket,RPC、任务调度、消息消费服务器
Stars: ✭ 407 (-14.14%)
Mutual labels:  rpc
Izumi
Productivity-oriented collection of lightweight fancy stuff for Scala toolchain
Stars: ✭ 423 (-10.76%)
Mutual labels:  rpc
Ananas
A C++11 RPC framework based on future and protobuf, with utility: timer,ssl,future/promise,log,coroutine,etc
Stars: ✭ 361 (-23.84%)
Mutual labels:  rpc
Poc
Proofs-of-concept
Stars: ✭ 467 (-1.48%)
Mutual labels:  rpc
Javaspringbootsamples
SpringBoot、Dubbo、SpringCloud的各种集成例子:Atomikos、gRPC、Thrift、Seata、ShardingSphere、Dubbo、Hmily、Nacos、Consul、Ribbon、Jedis、Lettuce、Redisson等框架
Stars: ✭ 399 (-15.82%)
Mutual labels:  rpc
Airframe
Essential Building Blocks for Scala
Stars: ✭ 442 (-6.75%)
Mutual labels:  rpc
Thriftpy2
Pure python approach of Apache Thrift.
Stars: ✭ 402 (-15.19%)
Mutual labels:  rpc
Go Dexec
It's like Go os/exec package but for Docker. What if you could exec programs remotely with the same interface as os/exec?
Stars: ✭ 407 (-14.14%)
Mutual labels:  rpc
Happypandax
A cross-platform server and client application for managing and reading manga and doujinshi
Stars: ✭ 432 (-8.86%)
Mutual labels:  rpc
Bitcoin Core
A modern Bitcoin Core REST and RPC client.
Stars: ✭ 379 (-20.04%)
Mutual labels:  rpc
Elle
The Elle coroutine-based asynchronous C++ development framework.
Stars: ✭ 459 (-3.16%)
Mutual labels:  rpc
Pythonforwindows
A codebase aimed to make interaction with Windows and native execution easier
Stars: ✭ 370 (-21.94%)
Mutual labels:  rpc
Vs Streamjsonrpc
The StreamJsonRpc library offers JSON-RPC 2.0 over any .NET Stream, WebSocket, or Pipe. With bonus support for request cancellation, client proxy generation, and more.
Stars: ✭ 421 (-11.18%)
Mutual labels:  rpc
Dora Rpc
DoraRPC is an RPC For the PHP MicroService by The Swoole
Stars: ✭ 475 (+0.21%)
Mutual labels:  rpc
Rpc Benchmark
java rpc benchmark, 灵感源自 https://www.techempower.com/benchmarks/
Stars: ✭ 463 (-2.32%)
Mutual labels:  rpc
Pyrlang
Erlang node implemented in Python 3.5+ (Asyncio-based)
Stars: ✭ 436 (-8.02%)
Mutual labels:  rpc

rpc

Build Status

gorilla/rpc is a foundation for RPC over HTTP services, providing access to the exported methods of an object through HTTP requests.

Read the full documentation here: https://www.gorillatoolkit.org/pkg/rpc

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].