Home
Getting Started
Create a virtual computer
Using the Command Line
Run the following commands in the terminal to start a virtual computer session running Chromium
Terminal
You will get a response similar to the one below.
You can visit the embed_url in your browser to access the virtual computer.
To manage the session, you can end a virtual computer session or list all active sessions.
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