Skip to content

sigilioso/long_polling_example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple long-polling example

A simple web polling example based on Flask and Flask-restful on server side and jQuery on client side.

Requirements:

  • Flask-restful (pip install flask-restful).

How to try it:

  • Clone the repository
  • Execute the server (python server.py)
  • Open the url http://127.0.0.1:5000/
  • Change and savedata.txt to see how it works

About

A simple long-polling example based on Flask-restful and jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published