An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Full-stack WHIP/WHEP streaming back by Cloudflare Workers and Serverless SFU

[![Deploy to Cloudflare](https://deploy.workers.cloudflare.com/button)](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/)