Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/watzon/vnntp
Implementation of RFC 3977 (Network News Transfer Protocol) for V
https://github.com/watzon/vnntp
client golang nntp rust tcp v vlang
Last synced: 1 day ago
JSON representation
Implementation of RFC 3977 (Network News Transfer Protocol) for V
- Host: GitHub
- URL: https://github.com/watzon/vnntp
- Owner: watzon
- Created: 2022-07-01T08:04:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-01T19:28:37.000Z (over 2 years ago)
- Last Synced: 2024-05-08T23:09:03.939Z (6 months ago)
- Topics: client, golang, nntp, rust, tcp, v, vlang
- Language: V
- Homepage: https://watzon.github.io/vnntp/
- Size: 88.9 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VNNTP
This is a barebones implementation of a NNTP client in V. There is still a lot to do (like adding support for STARRTLS), but it works!
# Usage
Coming soon! For now, check [./examples/example.v](./examples/example.v) for some examples.