Plays a video from Youtube using Socket.io.
This open-source code can be used for further integrations in Socket.io.
A live demonstration of the code can be found here.
All of the commands are done using npm:
Running the program:
npm start
Installing dependencies:
npm install
Building:
npm build
Build the image and launch the container
docker-compose up -d --build
The image should be up on http://localhost:3000
Build down the container
docker-compose stop
A. Open an issue
ONLY REQUEST A FIX FOR AN ISSUE THAT DOESNT EXIST, PLEASE LOOK AT THE CURRENT ISSUES FOUND FIRST: HERE
B. Contribute to an existing issue
- Fork the code with issues
- Make a pull request.
- Your code will be further reviewed.
- Your code if acceptable will be integrated!