A Chat Application using NodeJs
App can be found here
- express: Fast, Unopinionated web framework. Used as the web server for this application,
- nodemon: A simple monitor script for development use. For Live Reloading,
- socket.io: Enables real-time bidirectional event-based communication
- Make sure npm is installed on your system
- Navigate to a folder using your favorite terminal
- Clone this repository to that folder using https://github.com/kemifasae/Chat-App.git
- Navigate to the cloned repository
- Run npm install to install the dependencies
- Run npm start to start the application