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

https://github.com/beaglefoot/video-streamer

Full-stack mini-app to stream your local videos collection
https://github.com/beaglefoot/video-streamer

nodejs react streams video-streaming

Last synced: about 1 month ago
JSON representation

Full-stack mini-app to stream your local videos collection

Awesome Lists containing this project

README

        

# video-streamer
Full-stack mini-app example of how to stream your local videos collection

## How to run

* Clone repo
* Install dependencies in client and server directories
* Build server `npx tsc`
* Run server `node dist/ `
* Run client with `yarn dev` or create `.env` file analogous to `.env.dev` and run `yarn build`, then serve with smth. like `npx serve`