/go-realtime-chat

A simple realtime chat application written in Go

Primary LanguageHTML

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