Update README.md

This commit is contained in:
Michael Lazar 2019-08-08 21:50:44 -04:00 committed by GitHub
parent cb3dd643c1
commit 72c4d21da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 2 deletions

View File

@ -2,8 +2,6 @@
<p align="center">An experimental python server framework for the new, under development Gemini Protocol.</p>
<p align="center">Check out a live server running this code here: <strong>gemini://mozz.us</strong>.</p>
<p align="center">Learn more about Project Gemini from its designer, ~solderpunk, <a href="https://gopher.commons.host/gopher://zaibatsu.circumlunar.space/1/~solderpunk/gemini">here</a>.</p>
<p align="center"><img alt="rocket launch" src="resources/rocket.jpg"/></p>
@ -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:
---
<p align="center">
<b><a href="gemini://mozz.us">gemini://mozz.us</a></b><br>
</p>
---
## Installation
Requires Python 3.7+ and OpenSSL