Update README.md

This commit is contained in:
Michael Lazar 2020-05-23 22:04:27 -04:00 committed by GitHub
parent cdb0b93ce1
commit 4d0c640aec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Learn more about Gemini [here](https://portal.mozz.us/).
## Features ## Features
- A built-in static file server with support for gemini directories and CGI scripts. - A built-in static file server with support for gemini directories and CGI scripts.
- A python application framework that loosely mimics the [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) interface design. - A framework for python applications that loosely mimics the [WSGI](https://en.wikipedia.org/wiki/Web_Server_Gateway_Interface) interface design.
- A lean, modern python codebase with type hints and black formatting. - A lean, modern python codebase with type hints and black formatting.
- A solid foundation built on top of the [twisted](https://twistedmatrix.com/trac/) asynchronous networking engine. - A solid foundation built on top of the [twisted](https://twistedmatrix.com/trac/) asynchronous networking engine.