Entepe
Experimental utility library that makes working with Usenet server possible in Node.JS environment. Made as a part of authors Bachelor Lunews project.
- RFC 3977 compliant
- Uses MIME decoding and encoding
- Typed with TypeScript
TODO: 100% test coverage, Secure connect option
Install
npm install --save entepe
Usage
import NNTP interfaces from 'entepe' const options = host: usenetHOSTIPaddress port: usenetHOSTport; const connection: NNTP = options; await connection;const remoteArticle: interfaces.IMessageInfo = await connection;await connection;
License
MIT © NomiAdam