https://github.com/xe/rhea
A gemini server
https://github.com/xe/rhea
Last synced: 11 months ago
JSON representation
A gemini server
- Host: GitHub
- URL: https://github.com/xe/rhea
- Owner: Xe
- License: mit
- Created: 2020-11-28T03:47:11.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T01:29:31.000Z (over 2 years ago)
- Last Synced: 2025-08-14T19:05:18.881Z (11 months ago)
- Language: Go
- Size: 3.36 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rhea
rhea is a Gemini server and framework for Go. The framework is based on the
ideas behind [net/http](https://godoc.org/net/http).
## Configuring
See [config.json](https://github.com/Xe/rhea/blob/main/config.json) for an
example.
TODO(Xe): add configuration example
## Framework
TODO(Xe): add framework examples