Microsoft released Vorlon.js as an OpenSource
Microsoft released Vorlon.js as an OpenSource, which aims to help developers remotely test and debug JavaScript code. A very good step by Microsot guys, I am really a big fan of open source projects.
Microsoft released Vorlon.js as an OpenSource, which aims to help developers remotely test and debug JavaScript code. A very good step by Microsot guys, I am really a big fan of open source projects
Microsoft released Vorlon.js as an OpenSource, which aims to help developers remotely test and debug JavaScript code
I remember days before the birth of Vorlon.js, its very hectic to DEBUG and test JavaScript code. Earlier I was using few tools/utilities to do so.
Thanks Microsoft for the released of Vorlon.js as an OpenSource, which aims to help developers remotely test and debug JavaScript code. The great thing of this OpenSource it is on GitHub. So, anyone can make changes and create a Pull request over there.
So, main feature with this is this is a remote debugging tool for JavaScript.
Here is the announcement of the tool in a MSDN blog post , where creator of this awesome tool David Catuhe described Vorlon.js as
why and about the tool.
Interesting it named after an ancient alien race in the TV show Babylon 5.
Vorlon.js is platform agnostic and powered by Node.js and Socket.IO
Quick Start with VorlonJs:
- make sure you have installed nodejs
- install vorlon by passing this command using CLI or powershell of your terminal:npm i -g vorlon
- start vorlon by issuing following command:vorlon
Now, open http://localhost:1337 in your browser.
For more information please refer to documentation: http://www.vorlonjs.com/documentation/