Skip to content

Latest commit

 

History

History
22 lines (9 loc) · 528 Bytes

File metadata and controls

22 lines (9 loc) · 528 Bytes

Real time Chat messaging Web App

Real time chat messaging web app with Audio and Video call

Text Chat, Video Chat App with Node.js + Socket.io + WebRTC

How to run the project?

  1. Clone this repository in your local system.
  2. Open the command prompt from your project directory and run the command npm install
  3. Start server using command npm run dev or node server.js
  4. Go to your browser and type http://127.0.0.1:3000/message/ or http://localhost:3000/message/ in the address bar.
  5. Hurray! That's it.