Thursday, August 31st, 2006
Here’s a pic of the new Flex Juggeraut Debugger (coming out with the next release).
It automatically loads all your configuration (though you get the option to change it) and then shows you exactly the messages being passed back and forth between the push server and the client.
It looks pretty too!
Uncategorized |
Tuesday, August 29th, 2006
I’ve put up some of the sailing photos that I took whilst in Jersey. Also are a few screenshots of a couple of Flex apps I’m doing (including eribium!).
http://www.flickr.com/photos/maccman
Check it out!
Uncategorized |
Sunday, August 27th, 2006
This really shows Juggernaut’s potential in real time communication.
From the site:
A movie of two Clocking IT user sessions that stay in sync using Comet provided by Juggernaut. Changes automatically show up for all logged in users.
Uncategorized |
Saturday, August 26th, 2006
Juggernaut
A new release of Juggernaut will be out soon. Thanks goes to Michael
Schuerig who’s done major work on Juggernaut while I’ve been away on holiday sailing round the Channel Islands (for 5 weeks!). New features are:
A new API, for example:
render :text => “something”, :juggernaut => ‘mychannel’ Juggernaut.listenToChannels({ host: ‘localhost’, port: 3001, channels: [’mychannel’]})
The flash plugin […]
Uncategorized |