Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GoChat

Simple console chat written with Go for educational purposes with usage of goroutines and channels.

How use

Clone repository and start main program:

git clone https://github.com/kakov1/GoChat
cd GoChat/src/
go run chat.go

Docker

You can deploy application in docker container. Use:

docker compose up

How connect to server

Choose any free port in program code and connect from console with:

telnet localhost "your_port"

(standard port 8000)

Abilities

After successful connection every client can send messages, which will see all chat's participants. You can leave chat with "/exit".

About

Simple console chat written with Golang

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages