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

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

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/)