Skip to content

ninglg/rpcx-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rpcx-example

server.go 服务端(Go)
client.go 客户端(Go)

gateway.go API网关层(Go)
client.php 通过API网关层访问服务端的客户端(php)

client.go ---> server.go(localhost:8972)
client.php ---> gateway.go(localhost:9981) ---> server.go(localhost:8972)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published