- had REST for server backend
- Backbone.js and Ember.js made cosuming REST API easier
- long pulling
- using setInterval and cahce
- doesn't work when you are dealing with large data streams
- streaming
- Socket.IO
- Issue with latency
- Routing only on channels not urls
- Meteor
- new and tightly coupled
- idea was to push resources
- pub/sub server using curl
- URL's are the exchange
- security
- proxy with Goliath[https://github.com/postrank-labs/goliath] that hits Rails app
- Look at replacing mySQL with Postgres
- Git process standardization, Git-flow http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/