January 2019
Beginner to intermediate
776 pages
19h 58m
English
Tornado is a web framework that can be considered an alternative to Twisted. In order to execute this recipe, first you need to install Tornado in your computer, which can be done by the following command in Linux environments:
$ sudo pip install tornado
Read now
Unlock full access