This repository contains the code for websocket chat
- golang
- javascript
- html
- css
- Clone the code
https://github.com/tandavala/go-chat.git
- Install gorilla websocket
go get github.com/gorilla/websocket
- Build
go build -o chat
- Run
./chat