Hammad Zaeem
@KHZ
Learnt some Python from a short course. Also know a bit of HTML/CSS and JS. Amn't a newbie but didn't learn anything over the years.
Can a Python Flask Repl have a sustained page 24/7 like how a HTML/CSS/JS Repl works? Like how even if the Python Repl is not running it can show the
Baconman321 There is a way via service workers.
There is a problem, however. Even if the service worker is set up, it would send a request to repl which would say "run the repl" or "repl waking up" when the user visits the page. One thing you can do is choose to cache all and only serve from the cache. The only problem with that is that if you made changes, it wouldn't show them because it is showing the cached version (which is just fine if you are making a static no-change website). However, I trust that 2 years ago
It's a Hangman game. Made by me ofc. Just made it and am not so knowledgeable about programming. If there is anything that could be added to make it b
Python