https://github.com/amitanshusahu/omegle-fullstack
a Omegle like site, lets 2 random user connect to each other though live video and chat
https://github.com/amitanshusahu/omegle-fullstack
webrtc webrtc-experiments
Last synced: 7 days ago
JSON representation
a Omegle like site, lets 2 random user connect to each other though live video and chat
- Host: GitHub
- URL: https://github.com/amitanshusahu/omegle-fullstack
- Owner: amitanshusahu
- Created: 2023-08-15T03:44:37.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-08-20T15:22:04.000Z (over 1 year ago)
- Last Synced: 2025-03-31T23:51:17.443Z (about 2 months ago)
- Topics: webrtc, webrtc-experiments
- Language: TypeScript
- Homepage:
- Size: 360 KB
- Stars: 13
- Watchers: 1
- Forks: 10
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

---
[🔴 watch demo on youtube](https://youtu.be/GZyKcIvQqi8)
---
## 📌 Set up project
- clone the repo and go into it
```bash
git clone https://github.com/amitanshusahu/Omegle-fullstack/ & cd Omegle-fullstack/
```
- go to the client folder and start dev server
```bash
cd client && npm run dev
```
- go to the server folder and start server
```bash
cd ../server && npm start
```## Useful Links
- [WebRTC Crash Course - deep dive](https://youtu.be/FExZvpVvYxA)
---
Star the Repo ⭐