Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

gemini N+2 protocol implementation

Awesome Lists containing this project

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.)