You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
dvkt 4016ec3bb7 just an idea 4 years ago
README.md just an idea 4 years ago

README.md

      /       |
 ___ (___  ___|
|   )|   )|   )
|__/ |  / |__/ 
|   

dirt simple gopher server.

todo

  • serve directory listing
  • serve text file
  • serve binary (mp3, exe)
  • index.gophermap
  • footer.gophermap
  • header.gophermap

usage

phd ./path/to/gopher/root    # Serve directory over port 70.

development

cargo run -- ./path/to/gopher/site

resources