Skip to content

larsniem/RenderStreamingMinimal

Repository files navigation

Readme

"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 dev

Or for the full build:

npm run build
npm run start

Docker

Or 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

About

"Minimalized" Version of Unitys RenderStreaming WebApp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published