diff --git a/README.md b/README.md index 14e4d91..5475076 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@
An experimental python server framework for the new, under development Gemini Protocol.
-Check out a live server running this code here: gemini://mozz.us.
-Learn more about Project Gemini from its designer, ~solderpunk, here.
@@ -31,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: + +--- + + + +--- + + ## Installation Requires Python 3.7+ and OpenSSL