zeroc-ice / ice-demos

Sample programs for Ice
https://zeroc.com
GNU General Public License v2.0
325 stars 217 forks source link

ice can use js as server? #115

Closed starryfei closed 3 years ago

starryfei commented 4 years ago

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 4 years ago

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