https://github.com/afzalimdad9/omegle-fullstack
This is simple omegle clone using nodejs vite and socket.io
https://github.com/afzalimdad9/omegle-fullstack
clone nodejs omegle ometv opensource socket-io vite
Last synced: about 2 months ago
JSON representation
This is simple omegle clone using nodejs vite and socket.io
- Host: GitHub
- URL: https://github.com/afzalimdad9/omegle-fullstack
- Owner: afzalimdad9
- Created: 2024-08-25T16:02:40.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2024-08-25T16:04:54.000Z (9 months ago)
- Last Synced: 2025-04-05T21:45:22.103Z (about 2 months ago)
- Topics: clone, nodejs, omegle, ometv, opensource, socket-io, vite
- Language: TypeScript
- Homepage:
- Size: 387 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
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/afzalimdad9/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 ⭐