Skip to content
forked from Dinuda/Chat-App

Real-Time chat app using NODE.JS

Notifications You must be signed in to change notification settings

tarithj/Chat-App

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RealTime Chat-App using NODEJS

Install NODE_MODULES

npm install

Run application

  1. Using node

    npm start
    

    NODE.JS mst be installed to run this application as this depends on the JavaScript runtime environment that achieves low latency and high throughput by taking a “non-blocking” approach to serving requests. In other words, Node. js wastes no time or resources on waiting for I/O requests to return.

  2. Using nodemon

    npm run dev
    

    NODE.JS mst be installed to run this application as this depends on the JavaScript runtime environment that achieves low latency and high throughput by taking a “non-blocking” approach to serving requests. In other words, Node. js wastes no time or resources on waiting for I/O requests to return.

Working example

https://drive.google.com/file/d/1iC7Pjsmn1wfMkhU0VUYgVB_y_tjRv6H7/preview

About

Real-Time chat app using NODE.JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 59.6%
  • HTML 21.4%
  • CSS 19.0%