27 open-source projects similar to daninus14/lack-compression-cache, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Lack Compression Cache alternative.
Hunchentoot Gserver based taskmanager
Augments Hunchentoot error pages and logs with request and session information.
Route multiple domains (virtual hosts) on a single hunchentoot acceptor using a single port
A cache-busting static asset middleware for the clack web framework
Monitors hunchentoot connections and logs the connections stuck in the same state for a long time.
Yet another routes handling utility on top of Hunchentoot
Run CGI scripts from the hunchentoot web server
An experiment to improve multithreading performance of hunchentoot without any additional dependencies.
Clath is single sign-on middleware for Clack. Login with OAuth1.0a, OAuth2 or OpenID Connect.
lack middleware to reroute URIs of requests
A session management middleware for ningle and clack applications.
A tiny routing library for Common Lisp targeting Clack.
wmr is a web application development tool and build system that functions as an ES modules bundler, static site generator, and local development server. It provides a complete environment for creating modern web applications, combining a production compiler with a server that supports hot reloading. The project is distinguished by its integrated approach to background scripts and routing, serving as both a service worker bundler and a tool for filesystem-based routing. It enables the generation of static HTML via prerendering and provides native integration for spawning web workers to handle
Restify is a Node.js web framework designed for building scalable RESTful web services and APIs. It provides a server-side environment for creating HTTP network services with integrated routing and request handling. The framework utilizes a middleware-based architecture to process incoming requests and manage responses. This approach supports the construction of web interfaces that follow standard architectural principles to deliver data to clients. The system covers a broad range of backend engineering capabilities, including route-based request dispatching, schema-based request validation,
Web server abstraction layer for Common Lisp
A fast HTTP request/response parser for Common Lisp.
A fast non-blocking HTTP server on top of libev