Tagged Questions
2
votes
1answer
354 views
'else without rescue is useless' and 'require' juggernaut/ruby problems on Mac 10.6
1. Install Ruby on Rails
sudo gem install rails
2. Install the Juggernaut Gem
sudo gem install juggernaut
3. Download the demo app and unpack it.
4. Start the Rails application
ruby script/server
...
2
votes
1answer
426 views
Anyone tried to Juggernaut with php (nodejs)
I am trying to make a real-time publish/scribe module using juggernaut(nodejs plugin)
Juggernaut's client is usually Ruby not php. but, my project's main language is php.
so I have to make some php ...
2
votes
4answers
2k views
How to achieve Comet using Flash
How can Comet (aka Server Push) be used with Flash programs?
What will be needed at server side for the same?
Does this require any customised servers or will normal IIS or Apache do?
Also is ...
0
votes
1answer
103 views
Realtime Streaming per User via some Comet Server
I need to design a Streaming API where each connected user might have different data per category.
Lets say two users are interested in sport(category) rss feeds from the streaming api but each user ...