Skip to content

ninedraft/gemax

Repository files navigation

Go Reference codecov

gemax

Gemax is std-inspired gemini server and client implementation with no third party dependencies (go std and /x/ libraries can be used).

License

MIT

Installation

go get github.com/ninedraft/gemax/gemax@latest

Examples

Docs

https://pkg.go.dev/github.com/ninedraft/gemax/gemax

Features

  • Gemini http-like server
  • Usable gemini client
  • Server utilities (serve fs.FS, errors, static data, etc.)