This is the backend component of the Always On TV project. It provides the necessary functionality to run two web servers on ports 8085 and 8086. Please note that the port numbers can be configured according to your needs. For the frontend code, please refer to the AlwaysOnTV/AlwaysOnTV-Frontend repository.
To install the necessary dependencies, run the following command:
npm install
This will install all the required packages and libraries.
To start the backend servers, use the following command:
npm start
This will initiate the web servers on ports 8085 and 8086, respectively.
By default, the backend generates a config.json
file with default configuration settings. You can modify this file to adjust the behavior of the servers according to your requirements.
For the best experience, it is recommended to use this backend in combination with the AlwaysOnTV-Frontend project. The frontend component provides the user interface and interacts with the backend to display content on the Always On TV screens.
Please refer to the documentation of the frontend project for instructions on how to set it up and integrate it with the backend.
Contributions to Always On TV are welcome! If you encounter any issues or have ideas for improvements, please submit an issue or a pull request on the GitHub repository.
Always On TV is released under the MIT License.