r--w / websockets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NATS

Installation

Running: nats-server -m 8222

Monitoring: http://localhost:8222/

Protobuf docs

  1. brew install protobuf
  2. go install google.golang.org/protobuf/cmd/protoc-gen-go@latest
  3. protoc --proto_path=pb --go_out=. --go_opt=Mticker.proto=./entity ticker.proto
  4. shared repo

Nats + protobuf encoder

  1. example

About


Languages

Language:Go 100.0%