jbhg / twitter-streams-example

Playing around with the Play Framework, Iteratees and Akka Streams

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Play application integrating with Twitter's Streaming API

This is part of the book "Reactive Web Applications" by Manuel Bernhardt with a bit of my spin on it

Controllers

  • HomeController.scala:

    Uses Twitter's streaming API with Play Iteratees to consume the data (logs it for now)

  • WsHomeController.scala:

    Websocket example

About

Playing around with the Play Framework, Iteratees and Akka Streams

License:Other


Languages

Language:Scala 86.1%Language:HTML 13.9%