A small application demonstrating the realtime capabilities of the Phoenix framework.
To start the Phoenix app:
- Install dependencies with
mix deps.get
- Create a config file with
cp config/dev.secret.example.exs config/dev.secret.exs
- Fill in your Twitter app credentials into the newly created file
- Start Phoenix with
mix phoenix.server
Now you can visit localhost:4000
from your browser and watch tweets with geolocation in realtime.
- Official website: http://www.phoenixframework.org/
- Guides: http://phoenixframework.org/docs/overview
- Docs: http://hexdocs.pm/phoenix
- Mailing list: http://groups.google.com/group/phoenix-talk
- Source: https://github.com/phoenixframework/phoenix