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
- Host: GitHub
- URL: https://github.com/hardillb/rust_gopher
- Owner: hardillb
- License: apache-2.0
- Created: 2020-11-25T20:47:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-26T23:02:41.000Z (over 5 years ago)
- Last Synced: 2025-03-25T08:11:13.961Z (over 1 year ago)
- Language: Rust
- Size: 14.6 KB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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)