(and client)
- Peter Mucha <ptmucha at gmail.com>
@ Wed, 14 Apr 2021 12:42 +0200
────────────────────────────────────────────────────────────────────────────────
Hi Geminians (twins?)
i wanted to highlight yet another gemini server in java:
https://github.com/warmuuh/jemini
The server is based on jetty and can serve both https:// and gemini://
protocol with the same features. It tightly integrates with spring/spring
boot, allowing to write web applications as normal but serving
gemini-protocol. it is in POC state but powers my capsule already where you
can read a bit more about the actual features of the jemini-server:
https://wrm.hopto.org/
gemini://wrm.hopto.org/
also, a very light gemini-client is available, which i needed to support
integration tests:
https://github.com/warmuuh/jemini/blob/main/gemini-client/readme.md
Have a good rest of your day,
Peter Mucha
════════════════════════════════════════════════════════════════════════════════
Reply from Frank Jüdes <Frank.Juedes at linux4specialists.com>