Bascially, I want to listen to a twitter feed and store some data in a database when new info is available.
Also, I want to query this database and display the results in nice graphics using processing. I already have this running locally, however, it obviously requires my sketch to be running on my machine.
My question is, how best to tackle this for the web?
I can set up a database on a server so I am more concerned with how to tackle listening to the twitter feed and querying the database to update the graphics on a website.
I would really appreciate any input as I am a reasonably experienced programmer from a DSP/engineering perspective but new to all things web-based.