Giter Site home page Giter Site logo

flask-lifecyle's Introduction

Flask life cycle

a simple flask app to show the life cycle of a flask app

Installation

pip install flask blinker uwsgi

Usage

uwsgi --ini uwsgi.ini

And open the browser at http://localhost:9090, you will see the following output in the console, that shows the life cycle of the flask app

With the "signal received" suffix, you can see the order of the signals that are sent by the flask app

With the "called" suffix, you can see the order of the functions that are called by the flask app

appcontext_pushed signal received
request_started signal received
URL value preprocessor called
Before request called
Handler function called
After request called
request_finished signal received
Teardown request called
request_tearing_down signal received
Teardown appcontext called
appcontext_tearing_down signal received
appcontext_popped signal received

flask-lifecyle's People

Contributors

antony0016 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.