brownchow / grpc-chat

A simple Chat implemented with Go, gRPC

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC Chat

A simple Chat implemented with Go, gRPC

demo.gif

Installation

git clone git@github.com:cloudingcity/grpc-chat.git
cd grpc-chat
go install

Command Usage

Simple Chat implemented with gRPC

Usage:
  grpc-chat [command]

Available Commands:
  client      Run as client
  server      Run as server

Flags:
  -h, --help   help for grpc-chat

Use "grpc-chat [command] --help" for more information about a command.

Run as server

grpc-chat server --port 8888 --password 123456

Run as client

grpc-chat client --addr :8888 --password 123456 --username Cloud

About

A simple Chat implemented with Go, gRPC

License:MIT License


Languages

Language:Go 97.5%Language:Makefile 2.5%