Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 686 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 686 Bytes

Chat-App

A Chat Application using NodeJs

App can be found here

Dependencies

  • 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

Installation

  • 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