Skip to content

SebRosander/gRCP-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gRCP-chat

This is just a small gRCP-chat whearas I try to understand the concepts of gRCP.
I've created a small client-server solution for a command line chat.

Server

In order to run the server you just need to change directory into server.
There after you can run the solution by running the following command go run main.go.
When the server is running you can go ahead and start the client.

Client

In order to run the client you just need to change directory into client.
The client takes two arguments for running.
So to get the client started you need to write the following command go run main.go <server ip>:8080 <your chat alias>.

About

Learning gRCP with Go. Creating a small client-server solution for a command line chat.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages