lispEn 2024-01-10 17:41:50

This is a small project for starting with ningle which is a lightweight web application framework for Common Lisp.


https://github.com/fukamachi/ningle


Clone the repo:

https://github.com/juan-reynoso/ningle-example.git


Web servers:


Woo is a fast non-blocking HTTP server built on top of libev. Although Woo is written in Common Lisp, it aims to be the fastest web server written in any programming language.


libev installation

aptitude install libev4


https://github.com/fukamachi/woo


Hunchentoot is a web server written in Common Lisp and at the same time a toolkit for building dynamic websites. As a stand-alone web server, Hunchentoot is capable of HTTP/1.1 chunking (both directions), persistent connections (keep-alive), and SSL.


https://edicl.github.io/hunchentoot/



You can load the project by quicklisp



You can see the example:


http://localhost:8080/index.html





#hunchentoot #woo


See Also



También te puede interesar