1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

  2. Anuncie Aqui ! Entre em contato fdantas@4each.com.br

Is it possible to call a NodeJS service in a progress/openedge file?

Discussão em 'StackOverflow' iniciado por fdantas, Agosto 31, 2018.

  1. fdantas

    fdantas Administrator Moderador

    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 */
    NodeCheck(user,userInfo).

    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...

Compartilhe esta Página