With the invent of async based programming for I/O bound tasks, it will be faster to fetch remote resources without waiting for the result before issuing another fetch requests.
This concurent mechanism allows more than one resource to be fetched at a time in a single request session.
Ok, the are several tech stack that powers dynamic web sites.
/cgi-bin/neofetch.cgi
to display current system information.uwsgi
, gunicorn
, and waitress
. Asynchronous capability can be achieved using threads or green threads
like greenlet
or gevent
.hypercorn
and uvicorn
.granian
web server framework.Previously, I have experimented with a wsgi web app. Now I want to experiment with asgi web app.
Well, it is just a simple watch page for some vod platforms. Just click the link below to access the web app.
Since this is just an experiment, there is no guarantee that the web app will be available all the time. So there is no uptime guarantee for this web app.
Thanks for your interest in my tilde project.
Feel free to support the author on Ko-Fi. Your generous support is greatly appreciated.