Skip to content
/ go-chat Public

Simple TCP client/server chat written in Go.

Notifications You must be signed in to change notification settings

hrvadl/go-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple TCP client/server chat written in Go.

To run this application

  1. Clone the repo.
  2. Run the server with the following command from the root of repo:
  go run server/cmd/main.go

To connect to the client

  • Run client using similar comand
      go run client/cmd/main.go
  • Or connect to the server directly using netcat(or other similar tool)
      nc localhost 5000

About

Simple TCP client/server chat written in Go.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages