Skip to content

Latest commit

 

History

19 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
      

About

Server implementation of the gopher protocol

Resources

Stars

14 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages