From 72c4d21da6099bf70771d1902d1f84a9cef540a8 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 8 Aug 2019 21:50:44 -0400 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) 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.

rocket launch

@@ -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: + +--- + +

+gemini://mozz.us
+

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