"Minimalized" version of Unitys Render Streaming web application.
Standard node project so, just type the following and you're good to go:
npm install
npm run devOr for the full build:
npm run build
npm run startOr build the Image if required.
docker build -t render-streaming .Run the image...
docker run -d -p 80:80 -name Render-Streaming-Server render-streaming