I recommend Jwebsocket (www.jwebsocket.org) or node.js for streaming
data to the browser with real websocket support.
good luck!
My hope for Orbited is/has been for it to turn into something like
Sarissa, which hasn't been updated in years but hasn't really needed
much of one. It just sits there as a thin wrapper filling in whatever
the browser doesn't supply as to give a stable AJAX interface. I
haven't seen jQuery or Prototype provide anywhere near the flexibility
that Sarissa does, and other than a few hiccups over the years it's
been pretty rock-steady.
The current COMET chain I've been building up involves 6 pieces of
code (clients/servers/plugins) written by 5 different organizations
(in 5 different programming languages), more than half have required
significant development time to get up and running. I still haven't
gotten all the pieces working and the fact that there are so many
pieces that require individual babysitting does concern me.
The offering you have here does look like it might be interesting,
replacing the pure-js client with a flash-based one. Not sure I quite
like flash being in the mix (a few of our users are known to block
flash) and I'm *really* hoping that using it doesn't require editing
crossdomain.xml.
Eventually we ended up (slowly, painfully) rolling our own. It was hell
and never worked spectacularly well.
Frankly I found that most of the prepacked solutions were either
overcomplex, relied on the obscure programming language of the day, some
other onerous environment, etc. This is the case with Orbited. There was
(is?) no C# backend for it and we'd have had to commit to installing the
required interpreter on all our servers, which are tiny embedded devices
where that would be a problem, then we'd have had to implement our own
back end for it in .net.
All we wanted was to send data back and forth and get events on either end
when it happened, we were perfectly happy to write the rest of it
ourselves. But it seemed incredibly difficult to build this sort of
solution - well, not incredibly difficult, but requiring a hell of a lot
of hoop jumping.
Is there still no easy solution to this?
Best,
Phil
However, if you want to have a possibly simpler approach you could
check out http://socket.io/
Regarding wether Orbited is dead or not, well, that's a different
discussion. The old orbited (i.e Orbited 0.7/0.8 don't have much
development done). Orbited2 how ever is starting to pick up pace.
Interesting, thanks - that's useful information :)
P
--
You received this message because you are subscribed to the
Orbited discussion group.
To post, send email to
<orbite...@googlegroups.com>
To unsubscribe, send email to
<orbited-user...@googlegroups.com>
For more options, visit
<http://groups.google.com/group/orbited-users>