mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Add fixes performance and static web server
This commit is contained in:
parent
b6793d42d5
commit
c45e46f871
108 changed files with 2927 additions and 819 deletions
|
@ -1,6 +1,29 @@
|
|||
<!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Mono&display=swap">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<img src="redbean.png" style="float:right" width="64" height="64">
|
||||
<h1>Red Bean</h1>
|
||||
<title>redbean</title>
|
||||
<link rel="stylesheet" href="redbean.css">
|
||||
<img src="redbean.png" class="logo" width="84" height="84">
|
||||
|
||||
<h2>
|
||||
<big>redbean</big><br>
|
||||
<small>distributable static web server</small>
|
||||
</h2>
|
||||
|
||||
<p>
|
||||
Here's what you need to know about redbean:
|
||||
|
||||
<ul>
|
||||
<li>million qps on modern pc
|
||||
<li>container is executable zip file
|
||||
<li>userspace filesystem w/o syscall overhead
|
||||
<li>kernelspace zero-copy gzip encoded responses
|
||||
<li>executable runs on linux, bsd, mac, and windows
|
||||
</ul>
|
||||
|
||||
<p>
|
||||
redbean is based on <a href="https://justine.storage.googleapis.com/ape.html">αcτµαlly pδrταblε εxεcµταblε</a>
|
||||
and <a href="https://github.com/jart/cosmopolitan">cosmopolitan</a>.
|
||||
<br>
|
||||
redbean is authored by Justine Tunney who's on
|
||||
<a href="https://github.com/jart">GitHub</a> and
|
||||
<a href="https://twitter.com/JustineTunney">Twitter</a>.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue