Merge branch 'master' of github.com:michael-lazar/jetforce

This commit is contained in:
Michael Lazar 2019-08-05 18:48:11 -04:00
commit 3efbd727dd
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
## Features ## Features
- A modern Python 3 codebase with type hinting and black formatting. - A modern python 3 codebase with type hinting and black formatting.
- Lightweight, single-file web framework with zero dependencies. - Lightweight, single-file web framework with zero dependencies.
- A built-in static file server with support for *.gemini* directory map files. - A built-in static file server with support for *.gemini* directory map files.
- Supports concurrent connections using an asynchronous event loop. - Supports concurrent connections using an asynchronous event loop.