Skip to main content


Has anyone created a Gemini server that runs on a microcontroller, e.g. an ESP32? I feel like that could be a good idea, although TLS might make it difficult performance-wise. But in general an ESP should be able to serve a gemini site, right?
#gemini #geminiprotocol #esp32
This entry was edited (2 weeks ago)
in reply to morph

The esp32 is easily performant enough for tls. The precursor (esp8285) struggles a bit more but I think it can be done even there.