Anvil is a Python platform for developing web applications:
- front end code is python
- back end code is python
- server is java
- https://anvil.works/
- https://github.com/anvil-works/anvil-runtime
- getting started:
pip install anvil-app-server
create-anvil-app hello-world my_project_name
anvil-app-server --app my_project_name
- first thing it does is download a 240MB java jar file to run as the server