- routing for api calls
- should use falcon hooks
- forum
- pages
- dashboard
- should modify configuration
- blog
- socketio, haproxy
- authentication
- need conditional authentication for certain routes
- google oauth playground
- support multiple oauth services (goog, fb)
- use redis to cache email verification
- create test script
- refactor api to falcon from flask
- gunicorn custom application
- gunicorn worker class
- make gunicorn import workers conditionally