diff --git a/README.md b/README.md index 1be0ef3..618f56c 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,26 @@

Jetforce

-

An experimental python server framework for the new, under development Gemini Protocol.

+ +

An experimental python server for the new, under development Gemini Protocol.

+

Learn more about Project Gemini from its designer, ~solderpunk, here.

+

rocket launch

+

+ + pypi + + + GitHub + + + Code style: black + + + say-thanks + +

+ ## Features - A modern python 3 codebase with type hinting and black formatting. @@ -11,6 +29,19 @@ - Supports concurrent connections using an asynchronous event loop. - Extendable - loosely implements the [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) server/application pattern. +## Demo + +A live demonstration of the Jetforce server is available on gemini at the following URL: + +--- + +

+gemini://mozz.us
+

+ +--- + + ## Installation Requires Python 3.7+ and OpenSSL