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

Latest commit

History

History
27 lines (18 loc) 路 852 Bytes

README.md

File metadata and controls

27 lines (18 loc) 路 852 Bytes

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