https://github.com/ninedraft/gemax
gemini N+2 protocol implementation
https://github.com/ninedraft/gemax
gemini go golang library mit-license network server
Last synced: 5 months ago
JSON representation
gemini N+2 protocol implementation
- Host: GitHub
- URL: https://github.com/ninedraft/gemax
- Owner: ninedraft
- License: mit
- Created: 2021-03-13T17:29:39.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T19:54:31.000Z (almost 2 years ago)
- Last Synced: 2024-08-03T23:24:31.886Z (9 months ago)
- Topics: gemini, go, golang, library, mit-license, network, server
- Language: Go
- Homepage: https://pkg.go.dev/github.com/ninedraft/gemax
- Size: 614 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-golang-repositories - gemax
- awesome-gemini - gemax - a golang gemini stack, inspired by go STD http library. (Programming / Graphical)
README
[](https://pkg.go.dev/github.com/ninedraft/gemax)
[](https://codecov.io/gh/ninedraft/gemax)
[](https://goreportcard.com/report/github.com/ninedraft/gemax)# gemax
Gemax is std-inspired [gemini](https://gemini.circumlunar.space/docs/specification.html) 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
- Example static blog server [examples/server](examples/server)
## 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.)