Skip to content

ragnarbull/chatcord

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 43.8%
  • Shell 32.4%
  • JavaScript 22.4%
  • HTML 1.4%