76 lines
No EOL
5.6 KiB
HTML
76 lines
No EOL
5.6 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: Hunchentoot</title>
|
|
<link rel="alternate" type="application/atom+xml" title="ATOM feed of edits to current article"
|
|
href="https://www.cliki.net/site/feed/article.atom?title=Hunchentoot">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - Hunchentoot</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">Hunchentoot</div><div id="article">Hunchentoot is a robust and easy to use <a href="HTTP server.html" class="category">HTTP server</a>. As a stand-alone web server, Hunchentoot is capable of HTTP/1.1 chunking (both directions), persistent connections (keep-alive), and <a href="CL-PLUS-SSL.html" class="internal">SSL</a>.<p>Hunchentoot currently works with <a href="LispWorks.html" class="internal">LispWorks</a> (which is the main development and testing platform), <a href="CMUCL.html" class="internal">CMUCL</a> (with MP support), <a href="SBCL.html" class="internal">SBCL</a> (with Unicode and <a href="thread.html" class="internal">thread</a> support), <a href="OpenMCL.html" class="internal">OpenMCL</a>, and <a href="ACL.html" class="internal">ACL</a>.<p>It's written by <a href="Edi Weitz.html" class="internal">Edi Weitz</a> and can be found at <a href="https://github.com/edicl/hunchentoot">https://github.com/edicl/hunchentoot</a>.<p><a href="Cyrus Harmon.html" class="internal">Cyrus Harmon</a> has contributed support for <a href="https://github.com/slyrus/hunchentoot-vhost">virtual hosts</a>, <a href="https://github.com/slyrus/hunchentoot-cgi">CGI</a>, and <a href="https://github.com/slyrus/hunchentoot-auth">authentication</a> in Hunchentoot.<p>A basic tutorial on using Hunchentoot for Lisp web apps is available <a href="http://subopt.org/intro.html">here</a>.<p><h2>Hunchentoot-related pages</h2><p><ul>
|
|
<li>
|
|
<a href="Formlets.html" class="internal">Formlets</a> -
|
|
This package implements self-validating formlets for Hunchentoot (it assumes cl-who)
|
|
</li>
|
|
<li>
|
|
<a href="Hunchentoot LSP.html" class="internal">Hunchentoot LSP</a> -
|
|
port of <a href="John Wiseman.html" class="internal">John Wiseman</a>'s <a href="LSP.html" class="internal">LSP</a> <a href="HTML template.html" class="category">HTML template</a> library for use with <a href="Hunchentoot.html" class="category">Hunchentoot</a>: <a href="https://common-lisp.net/viewvc/tbnl/contrib/lsp/">https://common-lisp.net/viewvc/tbnl/contrib/lsp/</a>
|
|
</li>
|
|
<li>
|
|
<a href="hunchentoot-auth.html" class="internal">hunchentoot-auth</a> -
|
|
Authentication support for <a href="Hunchentoot.html" class="category">Hunchentoot</a> by Cyrus Harmon
|
|
</li>
|
|
<li>
|
|
<a href="hunchentoot-vhost.html" class="internal">hunchentoot-vhost</a> -
|
|
Virtual host support for <a href="hunchentoot.html" class="category">hunchentoot</a>, by Cyrus Harmon
|
|
</li>
|
|
<li>
|
|
<a href="Magrathea.html" class="internal">Magrathea</a> -
|
|
A <a href="Hunchentoot.html" class="category">Hunchentoot</a> extension to counter malicious scraping attempts
|
|
</li>
|
|
<li>
|
|
<a href="quux-hunchentoot.html" class="internal">quux-hunchentoot</a> -
|
|
<a href="https://gitlab.common-lisp.net/qitab/quux-hunchentoot">quux-hunchentoot</a> is an extension to the <a href="hunchentoot.html" class="category">hunchentoot</a> webserver that provides a <a href="thread.html" class="category">thread</a>-pooling taskmaster
|
|
</li>
|
|
</ul></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="Hunchentoot.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=Hunchentoot">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=Hunchentoot">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=Hunchentoot&from-revision=3808851611">Edit</a></li><li><a href="https://www.cliki.net/site/edit-article?create=t">Create</a></li></ul></div>
|
|
</div>
|
|
<div id="header-buttons" class="buttonbar">
|
|
<ul>
|
|
<li><a href="https://www.cliki.net/">Home</a></li>
|
|
<li><a href="https://www.cliki.net/site/recent-changes">Recent Changes</a></li>
|
|
<li><a href="CLiki.html">About</a></li>
|
|
<li><a href="Text Formatting.html">Text Formatting</a></li>
|
|
<li><a href="https://www.cliki.net/site/tools">Tools</a></li>
|
|
</ul>
|
|
<div id="search">
|
|
<form action="https://www.cliki.net/site/search">
|
|
<label for="search_query" class="hidden">Search CLiki</label>
|
|
<input type="text" name="query" id="search_query" value="" />
|
|
<input type="submit" value="search" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
<div id="pageheader">
|
|
<div id="header">
|
|
<span id="logo">CLiki</span>
|
|
<span id="slogan">the common lisp wiki</span>
|
|
<div id="login"><form method="post" action="https://www.cliki.net/site/login">
|
|
<label for="login_name" class="hidden">Account name</label>
|
|
<input type="text" name="name" id="login_name" class="login_input" />
|
|
<label for= "login_password" class="hidden">Password</label>
|
|
<input type="password" name="password" id="login_password" class="login_input" />
|
|
<input type="submit" name="login" value="login" id="login_submit" /><br />
|
|
<div id="register"><a href="https://www.cliki.net/site/register">register</a></div>
|
|
<input type="submit" name="reset-pw" value="reset password" id="reset_pw" />
|
|
</form>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body></html> |