An open API service indexing awesome lists of open source software.

https://github.com/mischief/godwulf

Gopher server implemented in Go
https://github.com/mischief/godwulf

Last synced: about 1 year ago
JSON representation

Gopher server implemented in Go

Awesome Lists containing this project

README

          

godwulf
=======
Godwulf is written by Samuel Baldwin
Up to date versions and documentation can be found by directing
your gopher to arrakis.logik.li.

Installation
------------
% tar -xvzf godwulf-*
% cd godwulf-*
% 6g godwulf.go
% 6l -o godwulf godwulf.6

Usage
-----
-path="."
Specify path to serve, in format '/path/to/serve'
-host="127.0.0.1:70"
Specify hostname/address to generate links with in format
'xxx.xxx.xxx.xxx:70' (defaults to -address)
-address="127.0.0.1:70"
Specify address to bind to in format '0.0.0.0:70'

% godwulf -address 10.0.0.7:70 -host gopher.example.com:70 -path /srv/godwulf