120 lines
No EOL
7.1 KiB
HTML
120 lines
No EOL
7.1 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>CLiki: HTTP server</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=HTTP%20server">
|
|
<link rel="stylesheet" href="static/css/style.css">
|
|
<link rel="stylesheet" href="static/css/colorize.css">
|
|
</head>
|
|
|
|
<body>
|
|
<span class="hidden">CLiki - HTTP server</span>
|
|
<div id="content"><div id="content-area"><div id="article-title">HTTP server</div><div id="article">Native Common Lisp HTTP servers, as opposed to something like <a href="mod_lisp.html" class="internal">mod_lisp</a><p>See also <a href="Web.html" class="internal">Web</a> for other things to go with your HTTP server. <p><ul>
|
|
<li>
|
|
<a href="AllegroServe.html" class="internal">AllegroServe</a> -
|
|
Portable AllegroServe is a portable version of Franz Inc's AllegroServe <a href="HTTP server.html" class="category">HTTP server</a>, which also includes an <a href="HTML generator.html" class="internal">HTML generator</a> and an <a href="HTTP client.html" class="category">HTTP client</a>
|
|
</li>
|
|
<li>
|
|
<a href="Antiweb.html" class="internal">Antiweb</a> -
|
|
Antiweb is an event-based <a href="HTTP server.html" class="category">HTTP server</a> that can support a high number of persistent connections in very small memory footprints
|
|
</li>
|
|
<li>
|
|
<a href="Araneida.html" class="internal">Araneida</a> -
|
|
Araneida is a fairly small free extensible <a href="HTTP server.html" class="category">HTTP server</a> for <a href="SBCL.html" class="internal">SBCL</a> and many other <a href="Common Lisp implementation.html" class="internal">Common Lisp implementation</a>s
|
|
</li>
|
|
<li>
|
|
<a href="dwim.hu.html" class="internal">dwim.hu</a> -
|
|
<a href="http://dwim.hu/">dwim dot hu</a> is the homepage of four Hungarian lispers who started a lisp company, hosting all their opensource projects
|
|
</li>
|
|
<li>
|
|
<a href="house.html" class="internal">house</a> -
|
|
A minimal event-driven web-server, tailor made for web games, but generally useful
|
|
</li>
|
|
<li>
|
|
<a href="HTTPD0.html" class="internal">HTTPD0</a> -
|
|
<a href="https://github.com/eugeneia/httpd0">HTTPD0</a> is a simple programmable HTTP/1.0 server with support for GET and HEAD requests following the KISS principle
|
|
</li>
|
|
<li>
|
|
<a href="Hunchentoot.html" class="internal">Hunchentoot</a> -
|
|
Hunchentoot is a robust and easy to use <a href="HTTP server.html" class="category">HTTP server</a>
|
|
</li>
|
|
<li>
|
|
<a href="jarw-inet.html" class="internal">jarw-inet</a> -
|
|
jarw-inet supports several Internet <a href="networking.html" class="category">networking</a> Standards including writing servers and clients, http, smtp, nntp protocols, header parsing, mime decoding
|
|
</li>
|
|
<li>
|
|
<a href="myweb.html" class="internal">myweb</a> -
|
|
simple <a href="web.html" class="internal">web</a> server written in common lisp for educational reasons (tested on <a href="sbcl.html" class="internal">sbcl</a> but should work with other implementations)
|
|
</li>
|
|
<li>
|
|
<a href="portableaserve.html" class="internal">portableaserve</a> -
|
|
<a href="http://portableaserve.sourceforge.net/">Portable AllegroServe</a> is a fork of the AllegroServe <a href="HTTP server.html" class="category">HTTP server</a>, adapted to work with other <a href="Common Lisp implementation.html" class="internal">CL implementations</a>, not only with <a href="ACL.html" class="internal">Allegro CL</a>
|
|
</li>
|
|
<li>
|
|
<a href="s-http-server.html" class="internal">s-http-server</a> -
|
|
s-http-server is a trivial <a href="HTTP server.html" class="category">HTTP server</a> by Sven Van Caekenberghe
|
|
</li>
|
|
<li>
|
|
<a href="sw-http.html" class="internal">sw-http</a> -
|
|
sw-http is an <a href="HTTP Server.html" class="category">HTTP Server</a> tailored for AJAX/Comet
|
|
</li>
|
|
<li>
|
|
<a href="teepeedee2.html" class="internal">teepeedee2</a> -
|
|
<a href="http://github.com/vii/teepeedee2/tree/master">teepeedee2</a> is a fast <a href="HTTP server.html" class="category">HTTP server</a> and <a href="web framework.html" class="category">web framework</a>
|
|
</li>
|
|
<li>
|
|
<a href="Thot.html" class="internal">Thot</a> -
|
|
Thot is a <a href="HTTP server.html" class="category">HTTP server</a> written in portable Common Lisp
|
|
</li>
|
|
<li>
|
|
<a href="toot.html" class="internal">toot</a> -
|
|
Toot is a stripped down and, hopefully, simplified version of <a href="Edi Weitz.html" class="internal">Edi Weitz</a> 's <a href="Hunchentoot.html" class="internal">Hunchentoot</a> <a href="HTTP server.html" class="category">HTTP server</a>
|
|
</li>
|
|
<li>
|
|
<a href="Woo.html" class="internal">Woo</a> -
|
|
Woo is a fast async <a href="HTTP server.html" class="category">HTTP server</a> built on top of libev, with aim to be the fastest
|
|
</li>
|
|
<li>
|
|
<a href="Wookie.html" class="internal">Wookie</a> -
|
|
Wookie is an asynchronous <a href="HTTP server.html" class="category">HTTP server</a> written in Common Lisp
|
|
</li>
|
|
</ul></div></div>
|
|
<div id="footer" class="buttonbar"><ul><li><a href="HTTP server.html">Current version</a></li>
|
|
<li><a href="https://www.cliki.net/site/history?article=HTTP%20server">History</a></li>
|
|
<li><a href="https://www.cliki.net/site/backlinks?article=HTTP%20server">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=HTTP%20server&from-revision=3798739568">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> |