Introducing Vorlon.JS

An open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io.

Easy setup

Install Vorlon.JS and add a single line of JavaScript to your web app. Run your server and start the Vorlon.JS dashboard.

Get Started

Multi-device

Remotely connect up to 50 devices simultaneously. Run your code on each or all of them with a single click.

View Demo

Extensible

Debug JavaScript on nearly any platform with a web environment. Plugins allow you to add new features and resources.

View Plugins

See a Vorlon.JS Demo


Getting Started

Install 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.

Read the Docs