Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/quead/angular-youtube-server

This is the server for https://github.com/quead/angular-youtube-player implemented with socket.io
https://github.com/quead/angular-youtube-server

angular palyer server youtube

Last synced: 3 months ago
JSON representation

This is the server for https://github.com/quead/angular-youtube-player implemented with socket.io

Awesome Lists containing this project

README

        

# Angular YouTube server

## How to use

1. install packages

`npm install` in root folder

2. Start the server by

`npm run start` in root folder

3. Change YOUR_HOST const inside server.js with your host to allow requests from the client.

3. Connect your app to the server

Change */src/environments/environment.ts* from [Angular YouTube Player](https://github.com/quead/angular-youtube-player "Angular YouTube Player")