8
I wrote a minimalist finger server in gleam
(git.sr.ht)
A community for discussion about open source software! Ask questions, share knowledge, share news, or post interesting stuff related to it!
⠀
I mean, you can if you want. But the finger spec doesn’t actually specify a format for the returned data, so anything can be in there. Fingies just reads data from a text file and returns that. So
finger foo@serverwould just have fingies read the file named<data_dir>/fooand respond with whatever is in that file. It could be a real name, address, and phone number, or just a silly greeting.