Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 197 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 197 Bytes

Go Chat

This is a simple chat web app written in Go

Just run the following

cd ./src
go get github.com/gorilla/websocket
go run main.go

Then point your browser to http://localhost:8000