https://github.com/lichon/cfstream
low cost (almost free) cloudflare/supabase webrtc serverless streamer
https://github.com/lichon/cfstream
serverless streaming webrtc webrtc-streamer webrtc-video whep whip
Last synced: about 1 month ago
JSON representation
low cost (almost free) cloudflare/supabase webrtc serverless streamer
- Host: GitHub
- URL: https://github.com/lichon/cfstream
- Owner: lichon
- Created: 2025-04-28T15:46:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-11-02T02:23:05.000Z (8 months ago)
- Last Synced: 2025-11-02T03:22:44.919Z (8 months ago)
- Topics: serverless, streaming, webrtc, webrtc-streamer, webrtc-video, whep, whip
- Language: TypeScript
- Homepage:
- Size: 499 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## 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/)