Typical applications have little direct interaction with the HTTPServerclass except to start a server at the beginning of the process(and even that is often done indirectly via tornado.web.Application.listen). For a view like the TaskListView we'll soon write, we'll also need a connection to the...
Typical applications have little direct interaction with the HTTPServerclass except to start a server at the beginning of the process(and even that is often done indirectly via tornado.web.Application.listen). For a view like the TaskListView we'll soon write, we'll also need a connection to the...