directory
Version:
v3.0.0-...-7136c61
Opens a new window with list of versions in this module.
Published: Oct 13, 2021
License: Apache-2.0
Opens a new window with license information.
README
¶
http server and http client demo
An example http application
Contents
- srv - a http server as server of go-mirco service
- cli - a http client that call http server
- rpcli - a http client that call rpc server
Run Service
Start http server
go run srv/main.go
Client
Call http client
go run cli/main.go
Run rpc Service
Start greeter service
go run ../greeter/srv/main.go
Client
http client call rpc service
go run rpccli/main.go
Directories
¶
Click to show internal directories.
Click to hide internal directories.