• J. Fernando Sánchez's avatar
    Use flask's server by default · fa082e11
    J. Fernando Sánchez authored
    Using this server in production is discouraged, but to implement a
    proper asynchronous server with tornado/gevent every blocking call would
    have to be converted to a non-blocking call.
    
    Failing to do so causes deadlocks like #35
    
    For now, it is easier to just use the default server.
    fa082e11