https://github.com/lichon/cfstream
low cost (almost free) cloudflare webrtc serverless streamer
https://github.com/lichon/cfstream
serverless streaming webrtc webrtc-streamer webrtc-video whep whip
Last synced: 7 months ago
JSON representation
low cost (almost free) cloudflare webrtc serverless streamer
- Host: GitHub
- URL: https://github.com/lichon/cfstream
- Owner: lichon
- Created: 2025-04-28T15:46:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-08-29T17:48:47.000Z (8 months ago)
- Last Synced: 2025-08-29T20:08:35.819Z (8 months ago)
- Topics: serverless, streaming, webrtc, webrtc-streamer, webrtc-video, whep, whip
- Language: TypeScript
- Homepage:
- Size: 277 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full-stack WHIP/WHEP streaming back by Cloudflare Workers and Serverless SFU
[](https://deploy.workers.cloudflare.com/?url=https://github.com/lichon/cfstream)
## Development
Install dependencies:
```bash
npm install
```
Start the development server with:
```bash
npm run dev
```
Your application will be available at [http://localhost:5173](http://localhost:5173).
## Production
Build your project for production:
```bash
npm run build
```
Preview your build locally:
```bash
npm run preview
```
Deploy your project to Cloudflare Workers:
```bash
npx wrangler deploy
```
## Additional Resources
- [Cloudflare Workers Documentation](https://developers.cloudflare.com/workers/)
- [Vite Documentation](https://vitejs.dev/guide/)
- [React Documentation](https://reactjs.org/)
- [Hono Documentation](https://hono.dev/)