Erlang on Nitro - Twitter Stream

This are some examples of the powerful applications you can build with Erlang And Nitrogen Framework. See a step by step explanation here

1 - Twitter Simple Stream

A simple example using twitter stream, where we will track all tweets with a certain keyword. Just append the keyword you want to the end of the url, like this :

To test the how robust this his, try twitter sample method, and watch twitter flood us :) Warning : to keep it simple we are not dealing with browser memory, so if you run this to long it will for sure crash your browser :)

2 - Twitter Cloud

Using the same data from example 1, we build a different visualization of the info, showing how simple is the connection with javascript.