PK Site

Сайт работает на redbean web server. Оформление — Simple CSS.

Redbean is an open source webserver in a single-file that runs natively on six OSes for both AMD64 and ARM64. Basic idea is if you want to build a web app that runs anywhere, then you download the redbean.com file, put your .html and .lua files inside it using the zip command, and you've got a hermetic app you deploy and share.

When starting a new project, most of the developers need a CSS framework that would be running quickly. For example, the minified CSS for the Bootstrap framework is 144KB in total. By comparison, Simple.css is around 10KB.


Fullmoon is a fast and minimalistic web framework based on Redbean — a portable, single-file distributable web server.

Everything needed for development and distribution comes in a single file with no external dependencies and after packaging with Redbean runs on Windows, Linux, or macOS.

Some test results of Fullmoon and redbean (on an AMD Ryzen Threadripper PRO 7995WX 96-Cores):

Type Result
Fullmoon 387_477.76 req/sec
Redbean 5_366_223.78 req/sec
This vps 2933.18 req/sec

Dialog

Dialogs are a new HTML5 element that can be used to create modal dialogs or pop-up windows.