docs: updated node readme
This commit is contained in:
parent
e3eddf9bcd
commit
31e3cca538
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue