Install Vorlon.JS and add a single line of JavaScript to your web app. Run your server and start the Vorlon.JS dashboard.
Get StartedRemotely connect up to 50 devices simultaneously. Run your code on each or all of them with a single click.
View DemoDebug JavaScript on nearly any platform with a web environment. Plugins allow you to add new features and resources.
View PluginsInstall and run the Vorlon.JS server from npm:
$ npm i -g vorlon
$ vorlon
Once Vorlon.JS is done installing, you can now run the server:
$ vorlon
The Vorlon server is running
With the server is running, open http://localhost:1337
in your browser to see the Vorlon.JS dashboard.
The last step is to enable Vorlon.JS by adding this script tag to your app:
<script src="http://localhost:1337/vorlon.js"></script>
Now when you open your app you should see your client appear on the dashboard.
You can also open the sample page, which already has this script tag in it, to test your dashboard.