Avirtan / SimpleGrpcChatWithJsAndGo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grpc exemple simple chat with go and js

client go and js

server go

Use

./run.sh or copy first line and past in bash and run
#for run go server
go run server/main.go
#for run go client
go run client/main.go
#for run js client
cd clientJs
npm i
node client.js

About


Languages

Language:Go 73.7%Language:JavaScript 24.4%Language:Shell 1.9%