All Projects → edicl → Hunchentoot

edicl / Hunchentoot

Web server written in Common Lisp

Labels

Projects that are alternatives of or similar to Hunchentoot

Cppwebframework
​The C++ Web Framework (CWF) is a MVC web framework, Open Source, under MIT License, using C++ with Qt to be used in the development of web applications.
Stars: ✭ 348 (-40.92%)
Mutual labels:  webserver
Awesome Nginx Security
🔥 A curated list of awesome links related to application security related to the environments with NGINX or Kubernetes Ingres Controller (based on NGINX)
Stars: ✭ 417 (-29.2%)
Mutual labels:  webserver
Wsgidav
A generic and extendable WebDAV server based on WSGI
Stars: ✭ 476 (-19.19%)
Mutual labels:  webserver
Oatpp
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
Stars: ✭ 4,750 (+706.45%)
Mutual labels:  webserver
Hydra
后端一站式微服务框架,提供API、web、websocket,RPC、任务调度、消息消费服务器
Stars: ✭ 407 (-30.9%)
Mutual labels:  webserver
Pi Timolo
Raspberry PI-TIMOLO ( PI-TImelapse, MOtion, LOwLight ) uses RPI picamera and OpenCV for Remote Headless Security Monitoring using Motion Tracking, Rclone Auto Sync files with remote storage services. Auto Twilight Transitions and Low Light Camera Settings. Panoramic images using PanTiltHat and More. This project is featured on GitHub Awesome software.
Stars: ✭ 441 (-25.13%)
Mutual labels:  webserver
Ansible Role Apache
Ansible Role - Apache 2.x.
Stars: ✭ 341 (-42.11%)
Mutual labels:  webserver
Martin
Blazing fast and lightweight PostGIS vector tiles server
Stars: ✭ 540 (-8.32%)
Mutual labels:  webserver
Microwebsrv
A micro HTTP Web server that supports WebSockets, html/python language templating and routing handlers, for MicroPython (used on Pycom modules & ESP32)
Stars: ✭ 420 (-28.69%)
Mutual labels:  webserver
Telegraph
Secure Web Server for iOS, tvOS and macOS
Stars: ✭ 474 (-19.52%)
Mutual labels:  webserver
Nodemcu Httpserver
A (very) simple web server written in Lua for the ESP8266 firmware NodeMCU.
Stars: ✭ 369 (-37.35%)
Mutual labels:  webserver
Binserve
A blazingly fast static web server with routing, templating, and security in a single binary you can set up with zero code. ⚡️🦀
Stars: ✭ 401 (-31.92%)
Mutual labels:  webserver
Magento Nginx Config
Default Nginx config for Magento
Stars: ✭ 462 (-21.56%)
Mutual labels:  webserver
Picoweb
Really minimal web application framework for the Pycopy project (minimalist Python dialect) and its "uasyncio" async framework
Stars: ✭ 361 (-38.71%)
Mutual labels:  webserver
Dotnet Serve
Simple command-line HTTPS server for the .NET Core CLI
Stars: ✭ 481 (-18.34%)
Mutual labels:  webserver
Dinatra
Sinatra like light weight web app framework for deno.
Stars: ✭ 347 (-41.09%)
Mutual labels:  webserver
Embassy
Super lightweight async HTTP server library in pure Swift runs in iOS / MacOS / Linux
Stars: ✭ 440 (-25.3%)
Mutual labels:  webserver
Speed Camera
A Unix, Windows, Raspberry Pi Object Speed Camera using python, opencv, video streaming, motion tracking. Includes a Standalone Web Server Interface, Image Search using opencv template match and a whiptail Admin Menu Interface Includes picam and webcam Plugins for motion track security camera configuration including rclone sync script. watch-app allows remotely controller camera configuration from a remote storage service name. Uses sqlite3 and gnuplot for reporting. Recently added openalpr license plate reader support.
Stars: ✭ 539 (-8.49%)
Mutual labels:  webserver
Cyberpanel
Cyber Panel - The hosting control panel for OpenLiteSpeed
Stars: ✭ 521 (-11.54%)
Mutual labels:  webserver
Polaris
A cross-platform, minimalist web framework for PowerShell
Stars: ✭ 464 (-21.22%)
Mutual labels:  webserver

Hunchentoot - The Common Lisp web server

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.

Hunchentoot provides facilities like automatic session handling (with and without cookies), logging, customizable error handling, and easy access to GET and POST parameters sent by the client. It does not include functionality to programmatically generate HTML output. For this task you can use any library you like, e.g. CL-WHO or HTML-TEMPLATE.

Hunchentoot talks with its front-end or with the client over TCP/IP sockets and optionally uses multiprocessing to handle several requests at the same time. Therefore, it cannot be implemented completely in portable Common Lisp. It currently works with LispWorks and all Lisps which are supported by the compatibility layers usocket and Bordeaux Threads.

Hunchentoot comes with a BSD-style license so you can basically do with it whatever you want.

Complete documentation for Hunchentoot including details about how to install it can be found in the docs directory or at the project website.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].