Categorygithub.com/sanskarsharma/chat
repositorypackage
0.0.0-20241116101247-e7f9cc320403
Repository: https://github.com/sanskarsharma/chat.git
Documentation: pkg.go.dev

# README

chat

Overview

Wedsocket chat server. Completely ephemeral, no logging/storage on server.

Usage

Running on local with golang

go run *.go

Running on docker

docker build -t chat:v-local .
docker run -d -p 8080:8080 chat:v-local

Running with reverse proxy and minimal front-end on docker-compose

# note : check docker-compose.yaml and modify as required before running this
docker-compose up -d 

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to add / update tests as appropriate.