Skip to content

jheremois/chat-room

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat room

A chat room where you can chat with everyone who's online.

Technologies:

  • node.js, express and socket.io.
  • pug template engine and css (responsive design)

image

image

Setup:

Dependencies:

npm i express express-session pug socket.io body-parser

DevDependencies / test dependencies:

npm i nodemon -D

Run app:

npm run start

Testing:

npm run test