rpc/

directory
v4.0.0-...-664ee31 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 7, 2022 License: Apache-2.0

README

Stream

This is an example of a streaming service and two clients, a streaming rpc client and a client using websockets.

Contents

  • server - is the service
  • client - is the rpc client
  • web - is the websocket client

Run the example

Run the service

go run server/main.go

Run the client

go run client/main.go

Run the micro web reverse proxy for the websocket client

micro web

Run the websocket client

cd web # must be in the web directory to serve static files.
go run main.go

Visit http://localhost:8082/stream and send a request!

And that's all there is to it.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL