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

https://github.com/danielmschmidt/react-native-video-upload-demo

This is a project demoing how to upload videos to a node express web server
https://github.com/danielmschmidt/react-native-video-upload-demo

Last synced: 12 months ago
JSON representation

This is a project demoing how to upload videos to a node express web server

Awesome Lists containing this project

README

          

# React Native Video Upload Demo

This is a project demoing how to upload videos to a node express web server.

## Status

### In `videos/`

- [x] Video Uploading
- [x] Backend
- [x] Frontend
- [x] Stream Download
- [x] [Backend](https://medium.com/@daspinola/video-stream-with-node-js-and-html5-320b3191a6b6)
- [x] Frontend

### In `streams/`

- [ ] Stream Upload
- [ ] Backend
- [ ] Frontend
- [ ] Subscribe to currently being uploaded streams
- [ ] Backend
- [ ] Frontend