Download - Play2 Scala - Streaming Reactive Mongo with Iteratees

Transcript
Page 2: Play2 Scala - Streaming Reactive Mongo with Iteratees

1. Heroku

Page 3: Play2 Scala - Streaming Reactive Mongo with Iteratees

Heroku

Add dynos to scale horizontally

Page 4: Play2 Scala - Streaming Reactive Mongo with Iteratees

Heroku

Power your app with Addons

Page 5: Play2 Scala - Streaming Reactive Mongo with Iteratees

My life is better with Heroku

Page 6: Play2 Scala - Streaming Reactive Mongo with Iteratees

2. Play & Heroku

Page 7: Play2 Scala - Streaming Reactive Mongo with Iteratees

#Create a play Appplay new <app_name>

#Add it to Gitgit initgit add .git commit -m "First deployment"

#Deploy to Herokuheroku creategit push heroku master

Page 8: Play2 Scala - Streaming Reactive Mongo with Iteratees

Download the Typesafe Activatorto get started

Page 9: Play2 Scala - Streaming Reactive Mongo with Iteratees

3. A Play + Reactive Mongo + Websockets Apphttps://github.com/47deg/labs-scala-play-mongo-websockets

SHOW ME THE CODE!!!

Page 10: Play2 Scala - Streaming Reactive Mongo with Iteratees

3. A Play + Reactive Mongo + Streaming Apphttps://github.com/47deg/labs-scala-play-mongo