An open API service indexing awesome lists of open source software.

https://github.com/dberzano/twistedkleintemplate

Twisted Klein webapp template
https://github.com/dberzano/twistedkleintemplate

python3 webapp

Last synced: 9 days ago
JSON representation

Twisted Klein webapp template

Awesome Lists containing this project

README

          

Twisted/Klein Python webapp template
====================================

Simple template for Python async webapps. The recommended way to install this project is by creating
a virtual environment and running:

```bash
pip install -e .
```

from the root directory of this repository. Once installed, run `twisted-klein-webapp` and point
your browser to [http://localhost:8080](localhost:8080).

This example is released under GPLv3, see `LICENSE` for more information.