Skip to content

A simple chat application which uses TCP sockets and go channels

Notifications You must be signed in to change notification settings

adilw3nomad/gopherchat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gopherchat

A simple chat application which uses TCP sockets and go channels. I made this to learn more about Go channels and the net package

To run it, first build the binary using go build.

Then start the server by running this command:

gopherchat --mode server

After that, you can add as many clients as you want by running

gopherchat --mode client

About

A simple chat application which uses TCP sockets and go channels

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages