Skip to content

wingflo/chat-server

Repository files navigation

Chat Server

Broadcasts chat messages to all connected clients

Getting Started

  1. Create a .env file by copying and editing the .env.example file. Edit the contents appropriately.
  2. Prepare a local PostgreSQL database using the init-db.sql script.
  3. Run npm install to install dependencies.
  4. Run npm run dev-start to start the server in development mode.

Linting

Implemented by following Linting in TypeScript using ESLint and Prettier

About

WebSocket server to handle chatting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published