zeroc-ice / ice

All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more.
https://zeroc.com
GNU General Public License v2.0
2.06k stars 592 forks source link

[js][feature] 3.7.10 why not js icestorm #2733

Closed stan1334 closed 2 months ago

stan1334 commented 2 months ago

Version

3.7.10

Describe the bug

feature i want use javascript es6 be Client, sub icestorm,recv datas refresh uitableview

https://github.com/zeroc-ice/ice-demos/tree/main i cannot find js storm demo

Expected behavior

need javascript sub/pub storm

Additional context

banckend c++/java pub storm produce datas ui javascript sub storm recv datas

pepone commented 2 months ago

Hi,

IceStorm definitions are included in the ice 3.7.10 npm package.

Creating a publisher is similar to what you will do with other language mappings.

For the subscriber you would have to use a router object adapter with Glacier2, as JavaScript mapping doesn't support incoming connections.