Getting started
PandJS is a lightweight and open-source JavaScript runtime environment designed for simplicity. It offers developers an easy-to-use, free platform for running JavaScript applications outside of the browser.
Installing
Section titled “Installing”PandJS is single executable file, you can put it anywhere you want. Run command below to install pre-built binary:
curl https://pandland.github.io/install | sh# Not ready yet# Not ready yetRunning scripts
Section titled “Running scripts”To run JavaScript file, simply run:
pand ./sample.js