Add tests for memc and mrq failover. ?
Add streaming upload?
https://github.com/huge-success/sanic/tree/master/examples/request_stream
If we lose the mrq servers we have to tell client ?0
Wiki doc?
http://www.django-rest-framework.org/api-guide/requests/
vhosts -- how to do this? I don't like sanic's, maybe do cherrypy's redir
sanic:
@app.route('/', host=["example.com",
"somethingelse.com",
"therestofyourdomains.com"])
cherrypy:
conf = {
"/": {
"request.dispatch": cherrypy.dispatch.VirtualHost(
**{
'api.foo.com': '/api',
logging
Stream large file upload
https://github.com/channelcat/sanic/issues/546
Dev reload?
https://github.com/channelcat/sanic/issues/168
Write tutorials? github wiki pages
Flask:
https://blog.miguelgrinberg.com/post/the-flask-mega-tutorial-part-i-hello-world