docs: updated node readme

This commit is contained in:
alina 🌸 2024-03-23 23:52:11 +03:00
parent e3eddf9bcd
commit 31e3cca538
Signed by: teidesu
SSH key fingerprint: SHA256:uNeCpw6aTSU4aIObXLvHfLkDa82HWH9EiOj9AXOIRpI

View file

@ -5,8 +5,8 @@
Node.js support package for mtcute. Includes: Node.js support package for mtcute. Includes:
- Support for native crypto addon (must be installed separately, `@mtcute/crypto-node`) - Support for native crypto addon (must be installed separately, `@mtcute/crypto-node`)
- Terminal I/O via `readline` - Terminal I/O via `readline`
- SQLite storage (`@mtcute/sqlite`) - SQLite storage (via `better-sqlite3`)
- TCP transport - TCP transport (via `node:net`)
- `TelegramClient` implementation using the above - `TelegramClient` implementation using the above
- HTML and Markdown parsers - HTML and Markdown parsers