Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adistrim/visbubble
📹🔥 An anonymous peer to peer video calling platform
https://github.com/adistrim/visbubble
bootstrap express react socketio webrtc
Last synced: 7 days ago
JSON representation
📹🔥 An anonymous peer to peer video calling platform
- Host: GitHub
- URL: https://github.com/adistrim/visbubble
- Owner: adistrim
- License: mit
- Created: 2024-04-25T08:51:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-27T09:01:39.000Z (7 months ago)
- Last Synced: 2024-04-28T09:53:11.320Z (7 months ago)
- Topics: bootstrap, express, react, socketio, webrtc
- Language: TypeScript
- Homepage: https://visbubble.vercel.app
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VisBubble - Peer to Peer Video Calling Platform
This project is a peer-to-peer video calling platform built using [WebRTC](https://webrtc.org/), with [Socket.IO](https://socket.io/) for WebSocket communication. It enables users to make video calls directly between their web browsers without any intermediate server.
### Features
- Peer-to-peer video calling
- WebSocket communication using Socket.IO
- Frontend built with Vite and React
- Backend powered by Express
- Deployed on Koyeb (server) and Vercel (client)### License
This project is licensed under the MIT License. See the LICENSE file for details.### Contributors
1. [Aditya Raj](https://github.com/adistrim)
2. [Anshita Kanthed](https://github.com/anshitakanthed)