Blob


1 # go nntp
3 I needed a way to gate some web services into traditional readers. I
4 wrote an NNTP client and server.
6 I'm still working on coming up with the exact right interfaces, but
7 take a look at [the couchserver][couchserver] example to see what it
8 takes to build a custom NNTP server with your own backend.
10 [couchserver]: examples/couchserver/couchserver.go