chat-videoo.mp4
Full-stack real-time chat application, using only the Gorilla Websocket library for two-way communication and native concurrency and multi-threading modules from Go!
- Golang 1.18 or later
git clone git@github.com:Leonardo404-code/real-time-chat-app.git
Inside root directory, run:
go mod vendor
Inside root directory, run:
go run cmd/server/main.go
Open the browser at: http://localhost:8080 and watch it happen 😉
- Setup the environment variables listed below
- Inside root directory, run:
go test ./... -v
You should see messages like: