opensource-sri-lanka / Chat-App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:JavaScript 58.4%Language:HTML 22.0%Language:CSS 19.6%