项目作者: developer-ramesh
项目描述 :
Real time chat messaging web app with WebRTC for the Text Chat, Audio and Video call
高级语言: HTML
项目地址: git://github.com/developer-ramesh/chat-web-app.git
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?
- Clone this repository in your local system.
- Open the command prompt from your project directory and run the command npm install
- Start server using command npm run dev or node server.js
- Go to your browser and type http://127.0.0.1:3000/message/ or http://localhost:3000/message/ in the address bar.
- Hurray! That’s it.