ragnarbull / chatcord

Realtime chat app with rooms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkyNet Chat

Realtime chat app with websockets using Node.js, Express and Socket.io

Usage

To start the application

Ensure Docker Desktop is up and running. See the Docker website to get started.

npm install
npm run dev

Go to localhost:3000

To shutdown the application & the Redis image (Docker container)

npm run stop

To shutdown the application, Redis image (Docker container) & cleanup Redis volume data

npm run docker-down

About

Realtime chat app with rooms


Languages

Language:TypeScript 43.8%Language:Shell 32.4%Language:JavaScript 22.4%Language:HTML 1.4%