Conversation

Show replies
Show replies
Replying to
if it is a web app, you need a web server that will, upon getting a URL, run your script and return a response. i use pythonanywhere for that. once you have a webserver running, you can add more one page apps to it. in JS, you can just run the page locally.
1
Replying to
I think I’ll need some minimal state maintenance so either cookies, database, or blockchain. I don’t like cookies so it’s b or c. Replit seems to have a simple db piece for flask sites.
1
Show replies