Forums

Ann: NearlyPurePythonWebAppDemo

Here's a little skeleton I put together that demonstrates how to use Jacques De Hooge's Transcrypt to a web app entirely in Python. No static html, css, or js.

The app uses Bottle.py simplicity but could easily be adapted to other frameworks. There's an example wsgi.py in the doc/ folder for bottle.

https://github.com/Michael-F-Ellis/NearlyPurePythonWebAppDemo

cool- thanks!