lispEn 2023-02-08 11:23:01
1077

Lisp For The Web

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.8.2

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 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 2022-12-13 16:36:29
You can get the code of HTTP Live Streaming example (HLS) with Common lisp.
lispEn 2022-12-13 17:02:36
This is a small project for starting with ningle which is a lightweight web application framework for Common Lisp.