Update README.md
This commit is contained in:
parent
cb3dd643c1
commit
72c4d21da6
15
README.md
15
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue