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
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