Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 370 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 370 Bytes

go chat

This repository contains the code for websocket chat

the stack

  • golang
  • javascript
  • html
  • css

how to run

  1. Clone the code
    https://github.com/tandavala/go-chat.git
  1. Install gorilla websocket
go get github.com/gorilla/websocket
  1. Build
go build -o chat
  1. Run
 ./chat