Hello,
I need to do some IPC with PowerBuilder and a NodeJS App.
At the moment we have solved the initial problem by using sockets and sending the data over TCP.
Because the NodeJS app and the PowerBuilder app run both on the same machine (localhost) I want to avoid the TCP overhead by using named pipes.
Is there any support for named pipes or any easy to implement solution in PowerBuilder 2019 [Build 2082]?
Thank you in advance.
sadly there isn't any 3rd party tool besides SocketWrecnh (UDP/TCP) which works without any problems.
Calling the WIN API directly seems to be the only valid solution at the moment...
Thanks anyway!