yue/node-gui

Browser bindings return value

mynameisvasco opened this issue · 1 comments

Hello,

Is it possible to execute a binding function from the browser and receive the return value computed in the nodejs runtime?

Thanks

The communication with the browser is done by sending inter-process messages, so unfortunately there is no way for us to implement synchronous API to return value in the binding function.