Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 526 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 526 Bytes

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