Using the Command Line
Run the following commands in the terminal to start a virtual computer session running ChromiumTerminal
Creating a Simple Application
Below is a simple application featuring a NodeJS backend that hits the REST API to start the virtual computer, and a frontend that leverages the NPM package to programmatically control it. Check out our hello-world example on GitHub for the full example.Server-Side Code
Node.JS
Client-Side Code
HTML