lispEn 2024-01-26 10:32:33

A series of examples about Common Lisp For The Web


The toolkit we are using is Hunchentoot.

Hunchentoot is a web server written in Common Lisp and at the same time a toolkit for building dynamic websites.

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





Examples:

1.- Ajax in lisp with jQuery

It changes an image without reload the page.


2.- Get started with Hunchentoot and Bootstrap 5

A small project to start with Hunchentoot as a web server and Bootstrap as framework for building responsive sites.


3.- Hunchentoot and Bootstrap Icons v1.11.3

A small project to start with Bootstrap Icons.


4.- Running Hunchentoot on port 80

Running Hunchentoot behind Apache.


5.- HTTP live streaming example with hunchentoot

How to Embed HLS  video file using the HTML5 Video.


6.- Getting started with Ningle


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


#webserver #hunchentoot


También te puede interesar