go-nntp, but working
Go to file
maride 6d497ae0cf Send the right response code for accepted authentication 2023-11-13 14:07:22 +01:00
.github/workflows Adding a go workflow. 2021-07-22 17:55:19 -07:00
client Move repo to git.maride.cc 2023-11-12 13:48:11 +01:00
examples Move repo to git.maride.cc 2023-11-12 13:48:11 +01:00
server Send the right response code for accepted authentication 2023-11-13 14:07:22 +01:00
.gitignore Group creator ignore. 2012-02-25 14:30:53 -08:00
LICENSE Added a LICENSE 2014-03-26 10:42:22 -07:00
README.markdown Fix the link to the couchserver example 2017-05-18 08:03:53 -07:00
go.mod Move repo to git.maride.cc 2023-11-12 13:48:11 +01:00
go.sum Added go module stuff 2021-07-22 17:58:59 -07:00
nntp.go doc/golint cleanups for base packages 2014-02-25 22:55:09 -08:00

README.markdown

go nntp

I needed a way to gate some web services into traditional readers. I wrote an NNTP client and server.

I'm still working on coming up with the exact right interfaces, but take a look at the couchserver example to see what it takes to build a custom NNTP server with your own backend.