SkillAgentSearch skills...

Gopher

Server implementation of the gopher protocol

Install / Use

/learn @prodhe/Gopher
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

gopher

Gitpod Ready-to-Code

A server hosting files, dirs and links according to the gopher protocol.

Because gopherspace deserves more servers.

Work in progress as a playground for basic networking in go. And readers, writers, buffers, []byte and whatnot...

Gopher protocol

ietf rfc

License

MIT. See LICENSE.

Docker hub

docker hub

Docker compose

version: '3.1'

services:
  gopher:
    image: prodhe/gopher:latest
    ports:
      - 70:70
    environment:
      - GOPHER_ADDRESS=localhost
    volumes:
      - /opt/gopher/public:/public
      
View on GitHub
GitHub Stars13
CategoryDevelopment
Updated7mo ago
Forks4

Languages

Go

Security Score

82/100

Audited on Aug 15, 2025

No findings