Skip to content
This repository has been archived by the owner on Oct 4, 2022. It is now read-only.

ngshiheng/pywebio-todolist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

To-Do List


Motive

A to-do list made using PyWebIO, a Python library that provides a series of imperative functions to obtain user input and output on the browser.

The input function of PyWebIO is blocking, and the output function will output content to the user in real-time.

By default, PyWebIO uses WebSocket protocol for server-browser communication. Though, one can easily opt to use HTTP polling instead for server-browser communication. With PyWebIO, I was able to build an interactive web app simply with just Markdown, without the need to have knowledge of HTML and JS.

Installation

pipenv install --dev

How to Run

pipenv run python3 app.py --debug=True

About

A todo list made using PyWebIO ๐Ÿ

Topics

Resources

License

Stars

Watchers

Forks