Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baadjis/grpchat
go grpc chat app
https://github.com/baadjis/grpchat
golang grpc
Last synced: about 22 hours ago
JSON representation
go grpc chat app
- Host: GitHub
- URL: https://github.com/baadjis/grpchat
- Owner: baadjis
- Created: 2020-09-15T13:37:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-30T16:18:31.000Z (about 4 years ago)
- Last Synced: 2024-06-20T12:45:20.553Z (5 months ago)
- Topics: golang, grpc
- Language: Go
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# grpchat
A client/ server (group or one to one) grpc chat app written in go## how to
### run server
to start the server run ```go run server.go ```### run client
to start the client(s) we need to launch two files by ```go run client.go cmd.go ```
and connect to the server by:
* enter the sever ip:port ,by default use ```localhost:16180``` but you can change it on the sever side.
* enter your username for the session
* finaly view the top menu to navigate (create group ,group options ,inbox options)### command:
* to disconect the server press ```cltr+c``` or type ```!exit```
* type ```!back``` to go back to the top menu
* type ```!leave``` to leave chatroom