Skip to content

myangyu/-flask-bigpipe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

-flask-bigpipe

python flask bigpipe package

example:

import bigpipe

app = Flask('website')

bigpipe.BigPipe(app)

@app.route('/') def root():

bigpipe.scriptstring =  "\
            <script>\
                 alert('my bigpipe')\
            </script>\
            "
return render_template('home1.html')

app.run()

About

python flask bigpipe package

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published