Skip to content
A JavaScript playground that auto-evaluates as you type
Branch: master
Clone or download

Latest commit

Latest commit 199ebfb May 8, 2020

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
docs update for release 1.8.0 Feb 2, 2020
CHANGELOG.md update for 1.9.0 May 8, 2020
FOSS_Notices.md update changelog Apr 22, 2019
README.md add roadmap May 8, 2020

README.md

RunJS

icon

Download the latest release here.

RunJS is an JavaScript playground that auto-evaluates your code as you type and outputs the results to a console pane.

Roadmap

https://trello.com/b/989D37fW/runjs-roadmap

Features

image

TypeScript and modern JavaScript features are supported through Babel transpilation. Additionally, Node and browser APIs are available.

RunJS can import node packages from existing JavaScript projects by pointing it's working directory to your chosen project directory.

image

Node packages can also be installed directly through this window, opened from the Action menu.

image

RunJS also has a number of configurable options, accessed via the preferences window.

image

RunJS executes JavaScript against the following versions of Node, V8 and Chromium:

  • Node: 12.13.0
  • V8: 8.0
  • Chromium: 80.0.3987.86

Acknowledgements

RunJS icon designed by Giuseppe Caruso

You can’t perform that action at this time.