All Projects → rpcxio → Rpcx Examples

rpcxio / Rpcx Examples

Licence: apache-2.0
examples for the latest rpcx

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to Rpcx Examples

Go Grpc Examples
This repo contains examples and implementations of different types of GRPC services and APIs using Golang.
Stars: ✭ 180 (-29.69%)
Mutual labels:  rpc, example, examples
Doe
自己编写dubbo客户端实现rpc调用,在线调试dubbo接口、dubbo接口可视化测试、自动化测试工具。
Stars: ✭ 183 (-28.52%)
Mutual labels:  rpc, dubbo
Go Micro Boilerplate
The boilerplate of the GoLang application with a clear microservices architecture.
Stars: ✭ 147 (-42.58%)
Mutual labels:  rpc, example
Examples Win32
Shows how to use Win32 controls by programming code (c++17).
Stars: ✭ 22 (-91.41%)
Mutual labels:  examples, example
Whatsmars
Java生态研究(Spring Boot + Redis + Dubbo + RocketMQ + Elasticsearch)🔥🔥🔥🔥🔥
Stars: ✭ 1,389 (+442.58%)
Mutual labels:  rpc, dubbo
Rpc Framework Tutorials
Java分布式RPC服务框架教程,包括 Dubbo/Dubbox, Motan, gRPC.
Stars: ✭ 114 (-55.47%)
Mutual labels:  rpc, dubbo
Advanced Java
😮 Core Interview Questions & Answers For Experienced Java(Backend) Developers | 互联网 Java 工程师进阶知识完全扫盲:涵盖高并发、分布式、高可用、微服务、海量数据处理等领域知识
Stars: ✭ 59,142 (+23002.34%)
Mutual labels:  rpc, dubbo
Rpcx
Best microservices framework in Go, like alibaba Dubbo, but with more features, Scale easily. Try it. Test it. If you feel it's better, use it! 𝐉𝐚𝐯𝐚有𝐝𝐮𝐛𝐛𝐨, 𝐆𝐨𝐥𝐚𝐧𝐠有𝐫𝐩𝐜𝐱!
Stars: ✭ 6,516 (+2445.31%)
Mutual labels:  rpc, dubbo
Examples Qt
Shows how to use Qt widgets only by programming code (c++17).
Stars: ✭ 38 (-85.16%)
Mutual labels:  examples, example
wislove
Java 服务端api解决方案,处理部分通用业务逻辑。包括用户中心,支付,订单,IM相关,内容管理,角色权限授权。以及分库分表的处理,RPC分布式的解决方案等。一个人慢慢做
Stars: ✭ 14 (-94.53%)
Mutual labels:  rpc, dubbo
dubbo.js
No description or website provided.
Stars: ✭ 23 (-91.02%)
Mutual labels:  rpc, dubbo
Rsf
已作为 Hasor 的子项目,迁移到:http://git.oschina.net/zycgit/hasor
Stars: ✭ 77 (-69.92%)
Mutual labels:  rpc, dubbo
Rpcx Java
rpcx implementation in Java for server side and client side
Stars: ✭ 71 (-72.27%)
Mutual labels:  rpc, dubbo
Brpc Java
Java implementation for Baidu RPC, multi-protocol & high performance RPC.
Stars: ✭ 647 (+152.73%)
Mutual labels:  rpc, dubbo
Examples Gtkmm
Shows how to use Gtkmm controls by programming code (c++17).
Stars: ✭ 23 (-91.02%)
Mutual labels:  examples, example
Spring Dubbo Service
微服务 spring dubbo项目:dubbo rpc;druid数据源连接池;mybatis配置集成,多数据源;jmx监控MBean;定时任务;aop;ftp;测试;Metrics监控;参数验证;跨域处理;shiro权限控制;consul服务注册,发现;redis分布式锁;SPI服务机制;cat监控;netty服务代理;websocket;disconf;mongodb集成;rest;docker;fescar
Stars: ✭ 224 (-12.5%)
Mutual labels:  rpc, dubbo
Javaspringbootsamples
SpringBoot、Dubbo、SpringCloud的各种集成例子:Atomikos、gRPC、Thrift、Seata、ShardingSphere、Dubbo、Hmily、Nacos、Consul、Ribbon、Jedis、Lettuce、Redisson等框架
Stars: ✭ 399 (+55.86%)
Mutual labels:  rpc, dubbo
Rpc Benchmark
java rpc benchmark, 灵感源自 https://www.techempower.com/benchmarks/
Stars: ✭ 463 (+80.86%)
Mutual labels:  rpc, dubbo
go-learning
My Golang training material for testing smaller Go concepts and ideas.
Stars: ✭ 27 (-89.45%)
Mutual labels:  examples, example
db2-samples
Db2 application code, configuration samples, and other examples
Stars: ✭ 56 (-78.12%)
Mutual labels:  examples, example

Examples for the latest rpcx

A lot of examples for rpcx

How to run

you should build rpcx with necessary tags, otherwise only need to install rpcx:

go get -u -v github.com/smallnest/rpcx/...

If you install succeefullly, you can run examples in this repository.

Enter one sub directory in this repository, go run server.go in one terminal and cd client; go run client.go in another ternimal, and you can watch the run result.

For example,

cd 101basic
go run server.go

And

cd 101basic/client
go run client.go
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].