Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrandil/learning_http_streaming
leaning http stream implementations using express and react
https://github.com/imrandil/learning_http_streaming
expressjs http http-streaming react reactjs
Last synced: 3 days ago
JSON representation
leaning http stream implementations using express and react
- Host: GitHub
- URL: https://github.com/imrandil/learning_http_streaming
- Owner: IMRANDIL
- Created: 2024-02-03T01:26:22.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-03T16:29:36.000Z (11 months ago)
- Last Synced: 2024-11-08T08:51:09.600Z (about 2 months ago)
- Topics: expressjs, http, http-streaming, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# HTTP Streaming Backend and frontend
This is the backend and frontend server for HTTP streaming. It handles video uploads, storage, and streaming functionality.
## Technologies Used
- Node.js
- Express.js
- Multer (for handling file uploads)
- Fluent-ffmpeg (for video processing)
- Docker
- Nginx
- Reactjs with vite
- Other relevant dependencies## Prerequisites
- Node.js installed
- npm or yarn installed
- ffmpeg installed on the system## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/IMRANDIL/Learning_Http_streaming.git
cd Learning_Http_streaming
npm install
'''Built with ❤️ by AIA