Preface

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.

The Evolution of Script Based Web App

Ok, the are several tech stack that powers dynamic web sites.

Previously, I have experimented with a wsgi web app. Now I want to experiment with asgi web app.

The 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.

Quarttube 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.

Back to main page