Skip to content

Literank/lr_webchat_node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lr_webchat_node

Chat app back-end built in Node.js.

See project tutorial here.

This project provides a pragmatic guide on building a chat app using Socket.IO in Node.js.

Run directly

npm install

node app.js

Run in Docker Compose

cd compose
docker compose up

See project tutorial here.