Questions tagged [anvil]

Anvil is a Python platform for developing web applications:

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
17 questions
0
votes
1 answer

How to use an external server as an Uplink and to host the web app simultaneously?

I am not really familiar with how the Anvil server works in terms of authentication and communication between server, uplink, and client. However, I will try to explain the issue as much as I can, please excuse my English: 1- I created a simple…
melsayeh
  • 23
  • 7
0
votes
1 answer

python-anvil-app-server: can you run the python debuggor pdb or ipdb on the server side code?

i'm doing some web development with python's anvil-app-server https://pypi.org/project/anvil-app-server/ i would like to use the debugger because it is a powerful/useful tool on the server side python code i generated a hello-world application…
Trevor Boyd Smith
  • 18,164
  • 32
  • 127
  • 177
1
2