emacs.d/clones/lisp/www.cliki.net/CoreServer.html
2022-10-07 15:47:14 +02:00

78 lines
No EOL
4.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>CLiki: CoreServer</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=CoreServer">
<link rel="stylesheet" href="static/css/style.css">
<link rel="stylesheet" href="static/css/colorize.css">
</head>
<body>
<span class="hidden">CLiki - CoreServer</span>
<div id="content"><div id="content-area"><div id="article-title">CoreServer</div><div id="article">Core-Server is a <a href="web&#32;framework.html" class="category">web framework</a> and application server. It heavily uses higher order functions, composable data streams and continuations. These features allow developers to develop applications in fewer lines of code. Fewer lines of code leads to easy maintanence and rapid development.<p>Key Features:
<ul>
<li>Able to use higher order functions, continuations</li>
<li>Able to build domain specific language</li>
<li>Rapid development in fewer lines of code</li>
<li>Easy maintanence</li>
<li>Built in Prevalence in-memory database (1000x faster than SQL)</li>
<li>Component/ Web framework ready for Web 2.0 (No more serializing, deserializing or RPC)</li>
<li>Built-in support for Dojo Toolkit for building interactive UI's</li>
<li>Built-in support for FCKeditor</li>
<li>Full <a href="RFC.html" class="category">RFC</a> implementations - 822, 2046, 2109, 2388, 2396, 2616, 2617 (no more protocol bugs)</li>
<li>Runs on Steel Bank Common Lisp (SBCL)</li>
<li>Easy linux installer for Gentoo, Ubuntu, Debian and Pardus</li>
<li>Able to control several unix services like:
<ul>
<li>Apache Web Server</li>
<li>Postfix Email Server</li>
<li>TinyDNS Server</li>
</ul>
</li>
<li>Suitable for virtual hosting, can be run behind Apache or can serve directly</li>
<li>Javascript render library, write in lisp and core-server will serve it as javascript</li>
<li>HTML parser and render library</li>
<li>RSS parser and render library</li>
<li>CSS render library</li>
<li>Even HTML can be transformed into javascript to run inside a browser!</li>
</ul>
and more...<p><h2><a href="https://github.com/evrim/core-server">https://github.com/evrim/core-server</a></h2></div></div>
<div id="footer" class="buttonbar"><ul><li><a href="CoreServer.html">Current version</a></li>
<li><a href="https://www.cliki.net/site/history?article=CoreServer">History</a></li>
<li><a href="https://www.cliki.net/site/backlinks?article=CoreServer">Backlinks</a></li><li><a href="https://www.cliki.net/site/edit-article?title=CoreServer&amp;from-revision=3770334862">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&#32;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>