Skip to content

Latest commit

 

History

History

gopher

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

An experiment with the gopher protocol

Home{: .button}

Status - Working

Steps to run the gopher server

WARNING: Have not set the password for the redis instance since this was an experiment

docker run -it --rm --name my-running-script -v "$PWD":/usr/src/myapp -w /usr/src/myapp ruby:alpine /bin/sh

gem install redis

./gopher2redis.rb --host host.docker.internal --port 70 \
    --root gopher \
    --localhost host.docker.internal --localport 70
gem install redis

./gopher2redis.rb --host localhost --port 70 \
    --root gopher \
    --localhost localhost --localport 70

Accessing the server

curl gopher://localhost:70

lynx gopher://localhost:70