This question is probably going to be entirely stupid but this is the first time I'm trying to build web-app so feel free to bounce my question and the issue.
Upon running the HelloWorld example everything seems to go well but then after I Ctrl+C the process, update the .py file, and re-run, the server is still alive and well which keeps me from re-establishing it.
How do you handle this workflow in muntjac? Am I supposed to set up a server separately to the Python code and run it from there? Can someone give me an example or point me to some documentation on this (for some reason the API docs on muntjac come up as 404)
Hi all,
This question is probably going to be entirely stupid but this is the first time I'm trying to build web-app so feel free to bounce my question and the issue.
Upon running the HelloWorld example everything seems to go well but then after I Ctrl+C the process, update the .py file, and re-run, the server is still alive and well which keeps me from re-establishing it.
How do you handle this workflow in muntjac? Am I supposed to set up a server separately to the Python code and run it from there? Can someone give me an example or point me to some documentation on this (for some reason the API docs on muntjac come up as 404)
Thanks a bunch!