Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 450 Bytes

Go-Lang-Chat-App

A real-time communication using websockets in GoLang

Screenshot

Steps to run the application

  • Download the project and navigate to root folder

  • Run the command go run main.go

  • Open your browser and go to http://localhost:8000 to play around

Prerequisites

  • Download and install GoLang

  • Install gorilla websocket by go get github.com/gorilla/websocket