Search found 1 match

by thelmaolmos
Tue Jan 20, 2026 10:40 am
Forum: LEGACY scripting
Topic: Script in Checkpoint
Replies: 1
Views: 77330

Re: Script in Checkpoint

Yes, it is possible, but how you do it depends entirely on where your JavaScript is running. The key rule is:
  • JavaScript in the browser cannot talk directly to a database.
  • JavaScript on the server (Node.js) can.