[zeromq-dev] connect a Web Page to zeromq-radio

Kevin Sapper kevinsapper88 at gmail.com
Wed Nov 29 13:44:10 CET 2017


Hi Juergen,

AJAX supports only polling which is not what you want. Have a look at
WebSockets which support communications in both directions.

Also have a look at https://github.com/zeromq/zwssock for your server and
https://github.com/zeromq/JSMQ for the client (browser).

//Kevin

2017-11-28 15:51 GMT+01:00 Juergen Gnoss <jgnoss at hotmail.com>:

>
> I haven't done Web programming for a long time, so I'm a bit outdated.
>
>
> What I need to do is:
>
>
> The web page uses Frames.
>
>
> In one of the frames I need to show a list of events that is published
>
> by a czmq radio socket.
>
>
> The list should be updated (kind of automatic) every time a new event
>
> is send by the socket.
>
>
> I remember there was something like AJAX to do stuff like that, but not
>
> sure what's the actual way to do it.
>
>
> Someone can point me in the right direction please.
>
>
> Ju
>
>
>
>
>
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> https://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20171129/ffd5565a/attachment.htm>


More information about the zeromq-dev mailing list