[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Feasibility of an async HTTP server engine in Gambas (uvicorn-style) + question about JIT


Dear Marc

Am 07.08.26 um 22:40 schrieb alarch@xxxxxxxxx:
I wasn't aware of gb.httpd at all — I'll look into its documentation before going any further, since it might already solve the transport layer I was planning to build from scratch. That could save me a lot of work, or at least clarify what's already handled versus what would still need to be designed on top of it.

gb.httpd provides a tool to simplify the editing/development of web applications within the Gambas IDE. It is not supposed to be used for productive web applications. I recommend to read this before you go ahead: https://lists.gambas-basic.org/pipermail/user/2023-February/078373.html

With best regards

Claus