Skip to content

tandavala/go-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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