<div><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat 6 Apr 2019 at 15:56, <a href="mailto:dtrussardi@tiscali.it">dtrussardi@tiscali.it</a> <<a href="mailto:dtrussardi@tiscali.it">dtrussardi@tiscali.it</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Ciao,<br>
<br>
I have a Seaside application.<br>
<br>
I do not know the technical terms of my request ( sorry ).<br>
<br>
I ask if it is possible to update a web client asynchronously directly from the server.<br>
<br>
For now i manage the update from the client with the jquery load and relative interval: 10 seconds</blockquote><div dir="auto"><br></div><div dir="auto">Hello, </div><div dir="auto"><br></div><div dir="auto">There is multiple way to do that. </div><div dir="auto"><br></div><div dir="auto">The first I know is, like you said, to make the client request the server from time to time.</div><div dir="auto"><br></div><div dir="auto">The second is to use WebSockets (in Pharo there is an implementation in a special group of the Zinc project). WebSockets allows bi-directional communication between client and server.</div><div dir="auto"><br></div><div dir="auto">The third one is Commet project I think but I never used it. I just know it exists. </div><div dir="auto"><br></div><div dir="auto">The cleaner and most used of the three is WebSockets I think. </div><div dir="auto"><br></div><div dir="auto"><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">.<br>
<br>
But this solution don't respond well at my problematic.<br>
<br>
Thanks for considerations,<br>
<br>
        Dario<br>
_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org" target="_blank">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" rel="noreferrer" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</blockquote></div></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Cyril Ferlicot<br><a href="https://ferlicot.fr" target="_blank">https://ferlicot.fr</a></div>