Skip to content

Chat application written in Go and gorilla WebSocket

Notifications You must be signed in to change notification settings

rohammosalli/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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