Skip to content

mightyraju0288/pollz-websocket

 
 

Repository files navigation

Pollz WebSocket Server (Go)

Setup

  1. Clone and navigate to websocket server
cd websocket-go/
  1. Install dependencies
go mod download
  1. Setup environment variables
cp .env.example .env
# Edit .env with your database credentials
  1. Run with Docker (Recommended)
docker-compose up --build

OR run locally:

# Ensure PostgreSQL and Redis are running
make run

Server will be available at ws://localhost:1401

WebSocket

  • ws://localhost:1401/ws/chat/live - Main chat WebSocket

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 94.5%
  • Makefile 3.5%
  • Dockerfile 2.0%