Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 902 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 902 Bytes

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