Re: [Lift] Re: WebSockets are Coming

2009-12-23 Thread Heiko Seeberger

 I could start an experimental branch for all this.


Yeah, go for it, man, go for it!

Heiko

My job: weiglewilczek.com
My blog: heikoseeberger.name
Follow me: twitter.com/hseeberger
OSGi on Scala: scalamodules.org
Lift, the simply functional web framework: liftweb.net

--

You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




[Lift] Re: WebSockets are Coming

2009-12-22 Thread Peter Robinett
That would be very elegant.

On Dec 22, 4:42 pm, David Pollak feeder.of.the.be...@gmail.com
wrote:
 On Tue, Dec 22, 2009 at 3:47 PM, Peter Robinett 
 pe...@bubblefoundry.comwrote:

  Since Lift is so great at handling Comet updates, we might want to
  take a look at supporting WebSockets which will (hopefully) be part of
  HTML5. Here are a few links I just found:
  -http://dev.w3.org/html5/websockets/
  -
 http://armstrongonsoftware.blogspot.com/2009/12/comet-is-dead-long-li...
  -http://www.igvita.com/2009/12/22/ruby-websockets-tcp-for-the-browser/

  Anyway, food for thought.

 My (long time) plan is to auto-detect if the browser and the server supports
 web sockets and do the Comet stuff via websockets if both sides allow it.







  Peter

  --

  You received this message because you are subscribed to the Google Groups
  Lift group.
  To post to this group, send email to lift...@googlegroups.com.
  To unsubscribe from this group, send email to
  liftweb+unsubscr...@googlegroups.comliftweb%2bunsubscr...@googlegroups.com 
  
  .
  For more options, visit this group at
 http://groups.google.com/group/liftweb?hl=en.

 --
 Lift, the simply functional web frameworkhttp://liftweb.net
 Beginning Scalahttp://www.apress.com/book/view/1430219890
 Follow me:http://twitter.com/dpp
 Surf the harmonics

--

You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.




[Lift] Re: WebSockets are Coming

2009-12-22 Thread Marius
I think Lift Ajax support should also use Web-Sockets when detected.
It should be fairly straight forward to add support for web-sockets
since our client Ajax support is abstracted by JsArtifacts trait. I
think Jetty 7 supports web-sockets (well an early implementation
http://blogs.webtide.com/gregw/entry/jetty_websocket_server). So
having Chronium and Jetty 7 we should be able to try it out but from
Comet perspective we do not support yet Jetty 7 Continuations. This is
related with defect http://github.com/dpp/liftweb/issues/#issue/217
that I need to start working on as well.

I could start an experimental branch for all this.

Br's,
Marius

On Dec 23, 2:42 am, David Pollak feeder.of.the.be...@gmail.com
wrote:
 On Tue, Dec 22, 2009 at 3:47 PM, Peter Robinett 
 pe...@bubblefoundry.comwrote:

  Since Lift is so great at handling Comet updates, we might want to
  take a look at supporting WebSockets which will (hopefully) be part of
  HTML5. Here are a few links I just found:
  -http://dev.w3.org/html5/websockets/
  -
 http://armstrongonsoftware.blogspot.com/2009/12/comet-is-dead-long-li...
  -http://www.igvita.com/2009/12/22/ruby-websockets-tcp-for-the-browser/

  Anyway, food for thought.

 My (long time) plan is to auto-detect if the browser and the server supports
 web sockets and do the Comet stuff via websockets if both sides allow it.





  Peter

  --

  You received this message because you are subscribed to the Google Groups
  Lift group.
  To post to this group, send email to lift...@googlegroups.com.
  To unsubscribe from this group, send email to
  liftweb+unsubscr...@googlegroups.comliftweb%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/liftweb?hl=en.

 --
 Lift, the simply functional web frameworkhttp://liftweb.net
 Beginning Scalahttp://www.apress.com/book/view/1430219890
 Follow me:http://twitter.com/dpp
 Surf the harmonics

--

You received this message because you are subscribed to the Google Groups 
Lift group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.