gochat

module
v0.0.0-...-a7fa96f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 1, 2023 License: MIT

README

Go Chat

An experiment to build a chat application using NATS support for websockets modeled after a pub-sub system

How to run

Directly with Go using the following commnand:

go run cmd/main.go
Docker

A docker file is included to easily create an image. To build the image issue the following command:

docker build -t gochat .

Once the image is built, run it with

docker run --rm --name gochat -p 3000:3000 -v $(pwd)/resources/config.yaml:/resources/config.yaml gochat

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL