Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alstn113/webrtc-example
https://github.com/alstn113/webrtc-example
docker nest react socket-io vite web-rtc
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alstn113/webrtc-example
- Owner: alstn113
- Created: 2022-10-09T05:07:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T20:09:20.000Z (almost 2 years ago)
- Last Synced: 2023-09-18T02:58:37.750Z (over 1 year ago)
- Topics: docker, nest, react, socket-io, vite, web-rtc
- Language: TypeScript
- Homepage:
- Size: 104 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Socket.io + WebRTC
```
📒 WEBRTC
│
├── 📁 packages
│ ├── 📘 client / React.js
│ │ ├── 📁 .storybook
│ │ └── 📁 src
│ │ └─ ...
│ │
│ └── 📕 server / Nest.js
│ ├── 📁 dockers
│ ├── 📁 prisma
│ └── 📁 src
│ └─ ...
│
└── 📁 study
├── 📁 websocket-chat
├── 📁 sochet.io-chat
└── 📁 webrtc-video
```