Skip to content

kzarrabi24/streams

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published