[Stackoverflow] [Progress OpenEdge ABL] Is it possible to call a NodeJS service in a progress/openedge file?

Status
Not open for further replies.
A

AnthonyFastcar

Guest
I was curious if its possible to call a node js service or file from a progress.p(complied is a .r) that runs on Linux?

Possible example something like this:

PROCEDURE callAdditionalCheck:
FIND FIRST User NO-LOCK
WHERE USER.USERID = whateverUserVariable NO-ERROR.

IF NOT AVAILABLE User THEN DO:
/* Call Node service here. Service would run additional check here */

END.

END PROCEDURE.


If there are other examples or possible resources I will gladly look at those too. I currently cannot find any. Thank you in advance!

Continue reading...
 
Status
Not open for further replies.
Top