项目作者: kushtej

项目描述 :
A Chat Room developed using Go
高级语言: JavaScript
项目地址: git://github.com/kushtej/golang-chat-app.git
创建时间: 2021-04-11T13:51:15Z
项目社区:https://github.com/kushtej/golang-chat-app

开源协议:

下载


Running a Golang Chat Application

1. Installation :

Requirements :

  1. Go - 1.13+

Step-01 : Download the project

  1. https://github.com/kushtej/golang-chat-app.git

Step-02 : Setting up

  1. $ cd ./src
  2. $ go get github.com/gorilla/websocket
  3. $ go run main.go

Step-03 : Run the Browser : http://localhost:8080