ice can use js as server?
Closed this issue · 1 comments
starryfei commented
I want to implement callback functions, like java callback demo. But I didn't find any examples of using JS as a server,
Thank you very much for your answer
pepone commented
Hi,
JavaScript mapping server side support is limited to bidirectional connections, you can receive callback invocations but you cannot listen for incoming connections.
See https://doc.zeroc.com/ice/3.7/language-mappings/javascript-mapping for a list of the features supported with the JavaScript mapping