You are not logged in.
Hi Archers!
Almost 3 years ago I've posted on forums about webstuff project.
It was turned in a something completely new.
Let me introduce AISL - a lightweight C library for development of web applications and HTTP based backends.
Main feature of AISL is that your application and a web server is the same entity, so your app can start to prepare the response when just first line of HTTP request like one below has been received:
GET /aisl/handbook.html HTTP/1.1
It can also react on each header and decide if it has to be saved in memory or not. The same is regarding HTTP request body.
Could be found on GitHub and in AUR:
yaourt -S aisl-git
For documentation refer a Handbook
Offline