Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-08-20T15:22:04.000Z (over 1 year ago)
- Last Synced: 2024-11-07T07:36:31.959Z (3 months ago)
- Topics: webrtc, webrtc-experiments
- Language: TypeScript
- Homepage:
- Size: 360 KB
- Stars: 10
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![iggle](https://github.com/amitanshusahu/Omegle-fullstack/assets/83657737/fdeae2a5-a5aa-456a-9160-aeb87e265e8c)
---
![gihub-thumbnail](https://github.com/amitanshusahu/Omegle-fullstack/assets/83657737/7371b48d-da29-4c9b-bbb9-7b6e73207935)[🔴 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 ⭐