Skip to content

irth/gophernews

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GopherNews

A proxy that allows you to browse Hacker News using your favourite Gopher client, written in Go!

Screenshot

Usage

go get github.com/irth/gophernews
gophernews [--args]

To connect:

lynx gopher://localhost:9876

Arguments

$ gophernews --help
Usage of gophernews:
  -cachetime int
    	Cached items' life span (default 1200)
  -listen string
    	Address that the server will listen on (passed as is to net.Listen) (default ":9876")
  -remoteaddr string
    	IP or domain name of this server, to be used when generating links to items (default "localhost")
  -remoteport int
    	Port that this server will be available on, to be used when generating links to items (default 9876)

Demo server

Check it out at gopher://hn.irth.pl/.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages