ningle is a lightweight web application framework for Common Lisp.
ningle is a fork project of Caveman. ningle doesn’t require you to generate a project skeleton.
As this is a thin framework, you need to have subtle knowledge about Clack. It is a server interface ningle bases on.
Key Features
- Has the Sinatra-like routing system.
- Provides two special variables named *request* and *response*. They will be bound to an instance Lack.Request and Lack.Response for each request.
- Provides a useful function named context. It is an accessor to an internal hash table.
- Doesn’t provide Session system in the core, but recommends to use Lack.Middleware.Session with Lack.Builder.
Website: 8arrow.org/ningle
Support: GitHub Code Repository
Developer: Eitaro Fukamachi
License: GNU Lesser General Public License
ningle is written in Common Lisp. Learn Lisp with our recommended free books and free tutorials.
Related Software
| Lisp Web Frameworks | |
|---|---|
| Hunchentoot | Web server and a toolkit for building dynamic websites |
| CLOG | Common Lisp Omnificent GUI |
| Caveman2 | Lightweight web application framework |
| Clack | Web application environment inspired by Python's WSGI and Ruby's Rack |
| Radiance | Web application environment, similar to a web framework but more general |
| Reblocks | Fork of Weblocks web framework |
| Ninglex | Ready-to-go micro web framework based on ningle |
| ningle | Lightweight web application framework that was forked from Caveman |
| Lucerne | Web application framework built on Clack |
| Snooze | URL router for Common Lisp designed around REST web services |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Know a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

