Various examples of how to use the Rainway SDK within the Browser:
- react-demo - A basic example that allows the user to connect to a native application and stream the desktop.
This demo is hosted as well:
- webdemo.rainway.com - Stable Version
- webdemo.rainway.com/beta - Beta Version
- Install dependencies:
npm install
- Run
npm run dev
to launch a development server. Now go tohttp://localhost:4445
in your browser.