▲ | indigodaddy 2 hours ago | ||||||||||||||||
Would the app have outbound network access to do some Python scheduling stuff that involves pulling from another endpoint? Eg something like this flask-based app? (Yes the code is shit, I’m just a sysadmin learning Python with some AI support at that time). https://github.com/jgbrwn/my-upc/blob/main/app.py Also, if wasmer supports Starlette, I assume it would support FastHTML (web framework that uses Starlette under the hood) ? | |||||||||||||||||
▲ | jph00 2 hours ago | parent | next [-] | ||||||||||||||||
Yes, since it supports Starlette/ASGI, FastHTML should work just fine. | |||||||||||||||||
| |||||||||||||||||
▲ | indigodaddy 2 hours ago | parent | prev [-] | ||||||||||||||||
Actually I’d imagine probably scheduling won’t work at all with wasmer? | |||||||||||||||||
|