This is a NodeJS application built using Express-based API in the back-end. Notes/concepts covered behind this app while building from the scratch are on file tutorial.md
.
chatapp
|-src
| |-index.js
| |-utils
| | |-messages.js
| | |-users.js
|-public
| |-css
| | |-styles.css
| | |-styles.min.css
| |-img
| | |-favicon.png
| |-js
| | |-chat.js
| |-index.html
| |-chat.html
|-package-lock.json
|-package.json
|-README.json