A simple chat application with sign-in system. built in Node.js using Express and Socket.IO. I'm also using:
- Passport to manage authentication,
- Pug to create reusable templates for quickly building the front end,
- web sockets for real-time communication between the clients and server
- Moment.js to Format Dates.
- MongoDB driver for Node.js.
View live demo here: https://advancednode.abdelghanymh.repl.co
git clone https://github.com/abdelghanyMh/socketIO-chatroom-.git
cd socketIO-chatroom-
npm install
npm start
View on localhost:3000
special thanks to freecodecamp