Skip to content

michaeljdennis/go-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-chat

A simple golang chat server and client.

Usage

Start a chat server:

cd cmd/server
go run main.go

In a new tab/window, start a chat client:

cd cmd/client
go run main.go

Build for Windows

GOOS=windows GOARCH=amd64 go build

To Do

About

A simple golang chat server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages