Go to file
Michael Lazar ed93539c68
Update README.md
2019-08-04 23:08:22 -04:00
resources Add rocket image 2019-08-04 23:07:38 -04:00
.gitignore Add rocket image 2019-08-04 23:07:38 -04:00
.pre-commit-config.yaml Initial commit 2019-08-04 13:52:54 -04:00
LICENSE Adding license file 2019-08-04 21:49:10 -04:00
README.md Update README.md 2019-08-04 23:08:22 -04:00
generate_ssl_cert Initial commit 2019-08-04 13:52:54 -04:00
jetforce.py Downgrade the version for pre-release 2019-08-04 22:02:18 -04:00
setup.py Downgrade the version for pre-release 2019-08-04 22:02:18 -04:00

README.md

Jetforce

A python server framework for the new, under development Gemini Protocol.

Learn more about Project Gemini from its author, ~solderpunk,

rocket launch

here.

Features

  • A modern Python 3 codebase with type hinting and black formatting.
  • Lightweight, single-file web framework with zero dependencies.
  • A built-in static file server with support for .gemini directory map files.
  • Supports concurrent connections using an asynchronous event loop.
  • Extendable - loosely implements the WSGI server/application pattern.

Installation

Requires Python 3.6+ and OpenSSL

pip

$ pip install jetforce

git

$ git clone https://github.com/michael-lazar/jetforce
$ cd jetforce
$ python jetforce.py