example-node-simple-server
v1.2.20
Published
This example shows you how to host a node.js server on your player. In this example, the server serves the device info object from the `@brightsign/deviceinfo` API when a request is made to the player on port `13131`.
Downloads
2
Readme
Hosting a Node.js server on your player
This example shows you how to host a node.js server on your player. In this example, the server serves the device info object from the @brightsign/deviceinfo
API when a request is made to the player on port 13131
.
Deployment
Clone this folder to your local dev environment.
npm i
npm run build
- Put
bundle.js
fromdest/
andautorun.brs
fromsrc/
onto the root of the player's storage - run/restart
autorun.brs