Skip to content

Instantly share code, notes, and snippets.

View doctornuclear's full-sized avatar

Hardik Sapra doctornuclear

View GitHub Profile
@huiliu
huiliu / app.py
Created December 8, 2015 17:12
Flask Streaming from Templates
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from flask import Flask, stream_with_context, request, Response, flash
from time import sleep
app = Flask(__name__)
def stream_template(template_name, **context):