Skip to content

Nikhil-gautam090696/Real-time-Chat-App-Using-Nodejs-and-socket.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

realtime-chat-app

Installation Guide

  1. Install Vs Code Or any other code editor you're comfortable with

  2. Install Node js on your machine.

  3. Either clone it or download it.

  4. run npm install to install all the dependancies.

  5. run npm run dev to start the application.

  6. Listening on port 3000

Dependencies

In this project I've used following dependencies

  • socket.io (Socket.IO is a library that enables low-latency, bidirectional and event-based communication between a client and a server.)
  • nodemon (nodemon is a tool that helps develop Node.js based applications by automatically restarting the node application when file changes in the directory are detected.)
  • express.js ( Express js is a back end web application framework for Node.js)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published