Update README.md
This commit is contained in:
parent
d66e11c9ce
commit
46a39012c7
11
README.md
11
README.md
|
@ -7,13 +7,10 @@ Learn more about Gemini [here](https://gopher.commons.host/gopher://zaibatsu.cir
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
- A built-in static file server with support for gemini directories and
|
- A built-in static file server with support for gemini directories and CGI scripts.
|
||||||
CGI scripts.
|
- An extendable application framework that loosely mimics the [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) interface.
|
||||||
- Lightweight, single-file framework with zero external dependencies.
|
- A lean, modern python codebase with type hints and black formatting.
|
||||||
- Modern python codebase with type hinting and black style formatting.
|
- A solid networking foundation based on the [twisted](https://twistedmatrix.com/trac/) engine.
|
||||||
- Supports concurrent connections using an asynchronous event loop.
|
|
||||||
- Extendable components that loosely implement the [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface)
|
|
||||||
server/application pattern.
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue