repo.roscidus.com: JavaScript

Node.js is a JavaScript runtime built on Chrome's V8 JavaScript engine.

To add npm (package manager for JavaScript) to your PATH:

      $ 0alias npm http://repo.roscidus.com/javascript/node npm
    

To specify Node.js as the runner in a feed:

      <command name="run" path="myapp.js">
        <runner interface="http://repo.roscidus.com/javascript/node"/>
      </command>
    

NW.js lets you call all Node.js modules directly from DOM and enables a new way of writing applications with all Web technologies.

To specify NW.js as the runner in a feed:

      <command name="run" path=".">
        <runner interface="http://repo.roscidus.com/javascript/nwjs"/>
      </command>
    

Electron is a framework for creating native applications with web technologies like JavaScript, HTML, and CSS.

To specify Electron as the runner in a feed:

      <command name="run" path=".">
        <runner interface="http://repo.roscidus.com/javascript/electron"/>
      </command>
    

Available feeds