💾 Archived View for rawtext.club › ~sloum › geminilist › 004862.gmi captured on 2021-11-30 at 19:37:34. Gemini links have been rewritten to link to archived content

View Raw

More Information

-=-=-=-=-=-=-

<-- back to the mailing list

[users] Simple Gemini server for testing in the current directory?

Michael Lazar lazar.michael22 at gmail.com

Wed Jan 20 13:52:45 GMT 2021

- - - - - - - - - - - - - - - - - - - 

On Wed, Jan 20, 2021 at 1:57 AM <mailinglists at ngalt.com> wrote:

One thing that I like about HTTP is that there are oodles of ways to spin up a simple server for testing on localhost. Things like `python3 -m http.server` and `caddy run` are what I'm thinking of. Since this is Gemini and not bare-bones HTTP, It'd have to handle key generation.
Is there a server like that yet for Gemini that runs on macOS?

Hi,

Jetforce was somewhat designed to fill that niche [0]. It hasautomatic certificate generation and no config file to mess aroundwith.

python3 -m pip install jetforcepython3 -m jetforce --dir .

[0] https://github.com/michael-lazar/jetforce