What is RunJS, and why it’s great

Has it ever happened to you, that you have a small piece of code that you want to test, but you don’t want to go to some website, or make a separate settings just for the file? Well, you are in win, because today we are going to talk about a piece of s…


This content originally appeared on DEV Community and was authored by Arsenii Gorushkin

Has it ever happened to you, that you have a small piece of code that you want to test, but you don't want to go to some website, or make a separate settings just for the file? Well, you are in win, because today we are going to talk about a piece of software called RunJS.

What is RunJS?

RunJS is a javascript playground written with Electron, that allows you to debug code, or see the output of the function in a very small amount of time.

Why is RunJS great?

  • RunJS allows you to install npm libraries, hence testing small libraries become easy
  • You get every piece of output in the output
  • It allows for quick testing, and you don't need to go to a website to test small pieces of code
  • It is available on all major problems such as MacOS, Windows and Debian platforms
  • Allows for Typescript and Babel transpilation
  • Has access to Node and Web APIs
  • Runs code fast, and executes it on chage
  • Allows you to set working directory as well as importing modules from other files
  • Enables you to set environment variables

And this just scratches the surface of what RunJS can do. So why are you still here? Go and use this awsome piece of software that you can find over here!


This content originally appeared on DEV Community and was authored by Arsenii Gorushkin


Print Share Comment Cite Upload Translate Updates
APA

Arsenii Gorushkin | Sciencx (2021-07-24T07:01:39+00:00) What is RunJS, and why it’s great. Retrieved from https://www.scien.cx/2021/07/24/what-is-runjs-and-why-its-great/

MLA
" » What is RunJS, and why it’s great." Arsenii Gorushkin | Sciencx - Saturday July 24, 2021, https://www.scien.cx/2021/07/24/what-is-runjs-and-why-its-great/
HARVARD
Arsenii Gorushkin | Sciencx Saturday July 24, 2021 » What is RunJS, and why it’s great., viewed ,<https://www.scien.cx/2021/07/24/what-is-runjs-and-why-its-great/>
VANCOUVER
Arsenii Gorushkin | Sciencx - » What is RunJS, and why it’s great. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2021/07/24/what-is-runjs-and-why-its-great/
CHICAGO
" » What is RunJS, and why it’s great." Arsenii Gorushkin | Sciencx - Accessed . https://www.scien.cx/2021/07/24/what-is-runjs-and-why-its-great/
IEEE
" » What is RunJS, and why it’s great." Arsenii Gorushkin | Sciencx [Online]. Available: https://www.scien.cx/2021/07/24/what-is-runjs-and-why-its-great/. [Accessed: ]
rf:citation
» What is RunJS, and why it’s great | Arsenii Gorushkin | Sciencx | https://www.scien.cx/2021/07/24/what-is-runjs-and-why-its-great/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.