What is “uwsgi” Package?

Full stack for building hosting services

The uWSGI project aims at developing a full stack for building hosting services.

Application servers (for various programming languages and protocols), proxies, process managers and monitors are all implemented using a common api and a common configuration style.

For more details: https://uwsgi-docs.readthedocs.org/en/latest/

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install uwsgi.
    brew install uwsgi

Now, use uwsgi!