1.0 KiB
1.0 KiB
Jetforce
An experimental python server for the new, under development Gemini Protocol.
Learn more about Project Gemini here.
Features
- A modern python codebase with type hinting and black formatting.
- A built-in static file server with support for gemini directory files.
- Lightweight, single-file framework with zero dependencies.
- Supports concurrent connections using an asynchronous event loop.
- Extendable - loosely implements the WSGI server/application pattern.
Installation
Requires Python 3.7+ and OpenSSL. The latest release of Jetforce can be downloaded from PyPI:
$ pip install jetforce
Or, you can download the repository and run the script directly:
$ git clone https://github.com/michael-lazar/jetforce
$ cd jetforce
$ ./jetforce.py