Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If you want to debug that low-code module, you can go through the following steps to "convert" it into "real" PJS code and call it as an Express Route (web service). This is also a good way to learn how things are done behide behind the scenes. When a low-code module is called, the JSON file is "transformed" into "real" PJS code, and then that "transformed" module is run.

...