Scalable, non-blocking web server and related tools
Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure.
Tornado is an open source version of the scalable, non-blocking web server and tools that power FriendFeed. The FriendFeed application is written using a web framework that looks a bit like web.py or Google's webapp, but with additional tools and optimizations to take advantage of the underlying non-blocking infrastructure.
To install py311-tornado, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-tornado
To see what files were installed by py311-tornado, run:
port contents py311-tornado
To later upgrade py311-tornado, run:
sudo port selfupdate && sudo port upgrade py311-tornado
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.