lispEn 2022-12-13 17:02:36
419

Getting started with Ningle

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 podría interesar
hackingEn 2022-07-13 10:20:31
hackingEn 2022-08-01 14:11:38
hackingEn 2022-07-07 17:27:57
Get started with lisp and Bootstrap 5
lispEn 2023-02-08 11:23:01
This is a series of posts about Common Lisp for the web. The toolkit that we are going to use is Hunchentoot.
lispEn 2022-12-13 16:36:29
You can get the code of HTTP Live Streaming example (HLS) with Common lisp.