Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 407 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 407 Bytes

Simple Chat application written in Go and gorilla WebSocket

Requirements

⚠️

Go installed

Prepare development environment

go mod download

Build the code

go build -o dist/server cmd/web/*.go

Start working with the application

Run the server

./dist/server 

# Then you should see the message
2022/11/14 18:57:37 Starting channel listener