Skip to content

planetnest/Chat-App-NodeJs-Acceleration-17

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Chat Application using NodeJs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 37.8%
  • HTML 32.3%
  • CSS 29.9%