Tree
- Tree:
74ec49d720a4768c4b3c2d6ca14b290b92707a05
- Date:
- Message:
- rename to regular README name
LICENSE | commits | blame |
README.md | commits | blame |
client/ | |
error.go | commits | blame |
examples/ | |
go.mod | commits | blame |
nntp.go | commits | blame |
server.go | commits | blame |
README.md
# 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][couchserver] example to see what it takes to build a custom NNTP server with your own backend. [couchserver]: examples/couchserver/couchserver.go