Go to file
kim (grufwub) 529d28e62e refactor sync.Pool usages, improve file reading perf, trim leading '/' in request
Signed-off-by: kim (grufwub) <grufwub@gmail.com>
2020-10-23 20:59:09 +01:00
.github Create FUNDING.yml 2020-04-21 11:13:52 +01:00
core refactor sync.Pool usages, improve file reading perf, trim leading '/' in request 2020-10-23 20:59:09 +01:00
docs add user directories to documentation 2020-07-16 17:16:00 +01:00
gopher refactor sync.Pool usages, improve file reading perf, trim leading '/' in request 2020-10-23 20:59:09 +01:00
.gitignore update gitignore 2020-10-19 22:59:59 +01:00
build-all-gopher.sh stop using CGO for compiled binaries 2020-07-13 14:24:09 +01:00
build-gopher.sh stop using CGO for compiled binaries 2020-07-13 14:24:09 +01:00
go.mod rename the project to gophi! 2020-07-13 13:25:45 +01:00
LICENSE.md move LICENSE to LICENSE.md 2020-04-22 13:40:09 +01:00
main_gopher.go rename the project to gophi! 2020-07-13 13:25:45 +01:00
README.md improve wording 2020-10-20 13:35:17 +01:00
SCRAP.txt update todo list 2020-07-13 13:10:01 +01:00

Gophi

A server with Gopher (& hopefully soon, Gemini) protocol support in GoLang!

Unix (like) OSes only. Cross-compiled to way too many architectures. Build-script now much improved, but still not pretty...

I work on open-source projects like this and many others for free. If you would like to help support my work that would be hugely appreciated 💕 https://liberapay.com/grufwub/

WARNING: the (currently non-extant) development branch is filled with lava, fear and capitalism.

Features

  • Built with security, concurrency and efficiency in mind

  • ZERO external dependencies

  • LRU file caching with user-controlled cache size, max cached file size and cache refresh frequency

  • CGI/1.1 support

  • URL encoding with query support

  • Path access restrictions with regex (see usage)

  • Request remapping with regex (see usage)

  • User server spaces (see usage)

  • Separate system and access logging

Further Docs

Usage

CGI compliance

Gopher specific information

Extra notes