Skip to content

06amaru/chat-server

Repository files navigation

Chat Server

Chat using websockets and concurrency by channels.

Setup

  1. Deploy a Postgres container.
docker run --name some-postgres -e POSTGRES_PASSWORD=password -p 5432:5432 -d postgres
  1. Create a database e.g. chat_experiment
  2. Add .env file in root project
SIGNING_KEY=custom_key
DB_HOST=localhost
DB_PORT=5432
DB_NAME=chat_experiment
DB_USER=postgres
DB_PASSWORD=password
  1. Run the project.

About

My sandbox for golang

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published