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:
|
||||
- Support for native crypto addon (must be installed separately, `@mtcute/crypto-node`)
|
||||
- Terminal I/O via `readline`
|
||||
- SQLite storage (`@mtcute/sqlite`)
|
||||
- TCP transport
|
||||
- SQLite storage (via `better-sqlite3`)
|
||||
- TCP transport (via `node:net`)
|
||||
- `TelegramClient` implementation using the above
|
||||
- HTML and Markdown parsers
|
||||
|
||||
|
|
Loading…
Reference in a new issue