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

https://github.com/hardillb/rust_gopher

A Gopher server written in Rust
https://github.com/hardillb/rust_gopher

Last synced: about 1 year ago
JSON representation

A Gopher server written in Rust

Awesome Lists containing this project

README

          

# Gopher server in Rust

## Running

```
$ rust_gopher [-h hostname] [-p port] [-d dir]
```

- hostname - hostname to include it links to local files (defaults to localhost)
- port - to listen on (defaults to 70)
- dir - where to find content (defaults to dir called `root` in cwd)