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
- Host: GitHub
- URL: https://github.com/dberzano/twistedkleintemplate
- Owner: dberzano
- License: gpl-3.0
- Created: 2019-01-12T16:51:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-15T23:45:30.000Z (over 7 years ago)
- Last Synced: 2025-02-26T01:44:55.016Z (over 1 year ago)
- Topics: python3, webapp
- Language: Python
- Size: 39.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.