Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 29 days 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 (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-06-28T19:54:31.000Z (over 1 year ago)
- Last Synced: 2024-08-03T23:24:31.886Z (4 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
[![Go Reference](https://pkg.go.dev/badge/github.com/ninedraft/gemax.svg)](https://pkg.go.dev/github.com/ninedraft/gemax)
[![codecov](https://codecov.io/gh/ninedraft/gemax/branch/master/graph/badge.svg?token=OLTGY3CWZX)](https://codecov.io/gh/ninedraft/gemax)
[![](https://goreportcard.com/badge/github.com/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.)