From ad76e9b885c9b9692074cf5b8b880cb79f8a48e0 Mon Sep 17 00:00:00 2001 From: Aki Date: Sun, 25 Jul 2021 19:17:40 +0200 Subject: Initialized website as git repository --- plop.html | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 plop.html (limited to 'plop.html') diff --git a/plop.html b/plop.html new file mode 100644 index 0000000..c74df4a --- /dev/null +++ b/plop.html @@ -0,0 +1,44 @@ + + + + + + + + + + +Plop - Framework for Prototyping Protocols and Servers + + + +
+

plop

+ +

About

+

Plop is a framework for prototyping request-response protocols and servers. +

It was born in a heat of a moment, when I was angry at nginx for reasons I do not recall anymore. It started as a +very basic HTTP/1.1 server, and quickly became a playground I used to test tools, approaches, and standards. After some +time I decided to make a full-pledged piece of software out of it. This is where we are at now. + +

Features

+ + +

Usage

+

plop is currently only available through it's git +repository. The only dependency is Lua 5.3. +

To build, install, and run plop follow this simple instruction: +

+$ git clone https://git.ignore.pl/plop
+$ cd plop
+$ make
+$ sudo make install
+$ plop
+
+

For more information consult plop(1) manual page, sources, or the output of plop -h. +

+ -- cgit v1.1