Fernanda-Kipper /
video-chat
This application is a video-chat built using WebRTC and P2P Connections where you can call and talk to all online users!
Loading repository data…
kishore-devaraj / repository
This is a simple implementation of WebRTC technology for video and audio call. The repo comes with a naive signalling server created using nodejs socket.io library.
This is a simple implementation of WebRTC technology for video and audio call. The repo comes with a naive signalling server created using nodejs socket.io library.
git clone https://github.com/kishore-devaraj/video-chat-webrtc
Install the node & npm from its official sites.
npm install -g nodemon
cd project_dir/ npm install
npm start
Selected from shared topics, language and repository description—not editorial ratings.
Fernanda-Kipper /
This application is a video-chat built using WebRTC and P2P Connections where you can call and talk to all online users!
This Sample Web Application demonstrates the use of EnableX WebRTC Platform APIs to carry out one to one real time video calling. The main motivation behind this application is to demonstrate usage of APIs and allow developers to ramp up on app by hosting on their own.
udaysk3 /
This is a simple Video Chat webapp made using HTML, CSS AND JAVASCRIPT. Agora SDK services are also used in this website.
anushaupadya7 /
This is a video chat website built using HTML, CSS & Javascript
trancker /
This is build in visual studio it is will help us to make video chat app and it is mostly written in javascript
ROHAN842 /
This is basically a video chatting web app whose front end is purely made with React.js while the back end is completely framed by using socket.io with node.js and express.js as server. For Video Chat, user just need to copy a unique id and send it to user with whom he/she want to chat.