I&#39;ve been playing around with request handlers, sessions, and continuations over the past week and was thinking I might poke around with WebSockets at some point to see how they&#39;d fit in. I&#39;ll share if I do...<br>

<br><div class="gmail_quote">On Thu, Nov 15, 2012 at 2:43 PM, Philippe Marschall <span dir="ltr">&lt;<a href="mailto:philippe.marschall@gmail.com" target="_blank">philippe.marschall@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div class="im">On Thu, Nov 15, 2012 at 2:18 AM, Tim Ziebart &lt;<a href="mailto:timothy@churchmilitant.org">timothy@churchmilitant.org</a>&gt; wrote:<br>
&gt; Hello everyone.<br>
&gt;<br>
&gt; I am looking to build a chat application for my website using web<br>
&gt; sockets as Zinc now supports web sockets.  I am looking for help in<br>
&gt; getting the  Zinc Web Socket support working in Seaside.<br>
&gt;<br>
&gt; I noticed there is a package called Seaside-WebSocket-Examples.  I<br>
&gt; installed the package and it will require some tweaking to work.  I am<br>
&gt; willing to contribute the work but I will require assistance.  Is this<br>
&gt; the best approach or has anyone gone about it a different way?<br>
&gt; Seeking your ever valuable advice.<br>
<br>
</div>There&#39;s something called Seaside-WebSocket-Core in [1]. It&#39;s an<br>
abstraction over the WebSocket support in Swazoo and WebClient. It<br>
certainly could be extended to support Zinc. Having that said I&#39;m not<br>
really sure how well this fits into Seaside. The request/response<br>
model is quite central to Seaside and not sure wether it makes sense<br>
to run WebSockets inside a request context. OTOH this might be another<br>
nice application for continuations. I guess we&#39;ll just have to<br>
experiment a bit.<br>
<br>
 [1] <a href="http://www.squeaksource.com/Seaside30Addons.html" target="_blank">http://www.squeaksource.com/Seaside30Addons.html</a><br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888">Philippe<br>
</font></span><div class="HOEnZb"><div class="h5">_______________________________________________<br>
seaside mailing list<br>
<a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside" target="_blank">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br>
</div></div></blockquote></div><br>