Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dustin/go-nntp
- Owner: dustin
- License: other
- Created: 2012-02-23T18:55:48.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T12:43:48.000Z (9 months ago)
- Last Synced: 2024-10-11T14:15:22.514Z (2 months ago)
- Language: Go
- Homepage:
- Size: 51.8 KB
- Stars: 54
- Watchers: 9
- Forks: 25
- Open Issues: 7
-
Metadata Files:
- Readme: README.markdown
- License: LICENSE
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