2020-04-10 19:35:22 +00:00
|
|
|
# Gophor
|
|
|
|
|
|
|
|
A Gopher server written in GoLang as a means of learning about the Gopher
|
|
|
|
protocol, and more GoLang.
|
|
|
|
|
|
|
|
Possibly beta quality soon? More likely alpha right now.
|
|
|
|
|
|
|
|
Tries to adhere to RFC 1436 as much as possible but this is all a work in
|
2020-04-10 19:38:17 +00:00
|
|
|
progress. I also generally set out to use as few outside dependencies as
|
|
|
|
possible, which was achieved here with 0 libraries outside GoLang standard
|
|
|
|
used.
|
|
|
|
|
2020-04-11 10:45:12 +00:00
|
|
|
Separate system and access loggers exist, with stderr as default if no file
|
|
|
|
supplied for both. Though the formatted print of each log line is still open
|
|
|
|
to changes as right now it feels a bit too hard to visually parse.
|
|
|
|
|
2020-04-10 19:38:17 +00:00
|
|
|
Linux only FOR NOW.
|
2020-04-10 19:35:22 +00:00
|
|
|
|
|
|
|
# Todos
|
|
|
|
|
|
|
|
- TLS support
|