Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dustin/go-nntp

NNTP client and server for the go language.
https://github.com/dustin/go-nntp

Last synced: about 2 months ago
JSON representation

NNTP client and server for the go language.

Awesome Lists containing this project

README

        

# 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