Skip to content

Example application for Server-Sent Event by Flask-SSE

License

Notifications You must be signed in to change notification settings

helloflask/flask-sse-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask-SSE demo

Online Demo

https://helloflask.pythonanywhere.com/sse

Installation

$ git clone https://github.com/helloflask/flask-sse-demo
$ cd flask-sse-demo
$ pipenv install

Run

Install and run Redis server:

$ redis-server

Just excute:

$ flask run

Then go to http://localhost:5000

For Readers of Hello, Flask!

这个示例程序的介绍文章为《》

About

Example application for Server-Sent Event by Flask-SSE

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published