This is an example application that uses IronMQ
and IronWorker together. If you click
the "Run TweetWorker" button below, that will queue up a
TweetWorker task
on IronWorker. TweetWorker is a worker that gets the latest tweet tagged with #cloud and push that
tweet onto a queue on IronMQ.
This page you are looking at grabs tweets off the same queue on IronMQ and displays them. To see
more tweets, keep running TweetWorker.