zeroc-ice/ice-demos

ice can use js as server?

Closed this issue · 1 comments

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

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