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 <[email protected]>: > > 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 > [email protected] > https://lists.zeromq.org/mailman/listinfo/zeromq-dev > >
_______________________________________________ zeromq-dev mailing list [email protected] https://lists.zeromq.org/mailman/listinfo/zeromq-dev
