Reputation: 5721
I currently have a script that listens for geolocated tweets that include given keywords and then plots them on a Google Fusion Tables map.
I am not quite sure how this transfers to a web app. I would like an interface where users can type some keywords to search and then my app would open up a new instance of the Twitter streaming API listening for those keywords and plotting them on the map in real time.
I am having trouble wrapping my head around is where that background process 'lives'. Any insights would be great.
Upvotes: 3
Views: 702
Reputation: 8119
The most straight forward way would be to use sinatra, you could also consider converting your app to Ruby on Rails, however take into consideration the great deal of getting started overhead associated with a rails app.
Upvotes: 3
Reputation: 1478
The web application development environment for ruby is Ruby On Rails.
This will also help you: what is ruby on rails?
Upvotes: 0