Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 714 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 714 Bytes

Streams

Streams is a React application that allows the user to use an rtmp server and stream their screen similar to Twitch.

The rtmpserver directory is to be used with a broadcast software similar to OBS.

The api directory is to be run and will create the backend for the project updating with new streams, editing them and deleting.

The client directory is the source code of the project.

Installation

Use the package manager npm to install the necessary dependencies for Streams.

npm install

Usage

In two seperate terminal windows:

cd client
npm start
cd api
npm start

License

MIT