<div dir="ltr"><div hspace="streak-pt-mark" style="max-height:1px"><img style="width:0px; max-height:0px;" src="https://mailfoogae.appspot.com/t?sender=aYW5keS5idXJuZXR0QGtub3dpbm5vdmF0aW9uLmNvbQ%3D%3D&amp;type=zerocontent&amp;guid=a2ec666e-8e7b-4488-9cda-625a4ba9f8e4"><font color="#ffffff" size="1">ᐧ</font></div>
<div class="gmail_extra"><div class="gmail_quote"><div>&lt;&lt; </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">&gt; I believe (if I remember correctly), that the app (vaguely) described here<br>

&gt;<br>
&gt;   <a href="http://forum.world.st/Another-Pharo-based-solution-released-td4762341.html" target="_blank">http://forum.world.st/Another-Pharo-based-solution-released-td4762341.html</a><br>
&gt;<br>
&gt; is also using web sockets. But you should ask.<br>
&gt;<br>
&gt; It is perfectly possible to combine Seaside with other servers/services in the same or different images. But this is a broad subject.<br>
<br>
Correct. Implement the real time part in Zinc and let the other things<br>
go through to the Seaside adapter.<br>
<br>
Cheers<br>
Philippe<br>
<br></blockquote><div>&gt;&gt;</div><div><br></div><div>Thanks guys. I want to be absolutely clear about your advice - partly for my benefit, but also for people who might search for these answers.</div><div><br></div><div>
If we take the example of creating a real time things to do list.</div><div><ol><li>Seaside could be appropriate for creating e.g. the login system, account management, reporting etc. Basically, anything that doesn&#39;t need to be updated in real time, and shared between users synchronously</li>
<li>The real time components would be handled by Zinc, and integrated into the overall application.</li></ol><div>If I have got that right, this poses some other questions:</div></div><div><ol><li>How does one handle session management and authentication between the two elements. For example. I login to the Seaside session on port 80, and navigate to the real time url. Let&#39;s assume Zinc is running on port 3000.  Is there any - built-in - way for the Zinc server to know that I am authenticated already? Or, do I have to roll my own approach?</li>
<li>What do you recommend on the client side for listening to the changes. I know that Nico built some classes that link Amber with Pharo, but I don&#39;t know if they help on the real time side.  Sven, what have you used?</li>
</ol><div>Cheers</div></div><div>Andy</div></div></div></div>