The quickest way to "test out" a PJS module to see how things work is to create it as a Express Route (web service), and call it using a browser.
Sometimes it's convenient to develop PJS applications in an PJS instanced installed on your PC, before deploying to a network server or IBMi system. This tip documents how to call a "regular" (i.e. NOT low-code) PJS module on your PC from an IBMi system.
...