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

7242a58 · Nov 14, 2022

History

2 Commits
Nov 14, 2022
Nov 14, 2022
Nov 14, 2022
Nov 14, 2022
Nov 14, 2022
Nov 14, 2022
Nov 14, 2022
Nov 14, 2022

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

Releases

No releases published

Packages

No packages published

Languages