Add node-tlg to the list of examples.

GitOrigin-RevId: bebf11d421f7b6691aa243d0ae1fcb32acee8aae
This commit is contained in:
levlam 2019-04-30 15:39:03 +03:00
parent 6c3f32234b
commit 44172a1115

View File

@ -58,8 +58,8 @@ For example, take a look at [tdl](https://github.com/Bannerets/tdl), which provi
at [Airgram](https://github.com/airgram/airgram) - modern TDLib framework for TypeScript/JavaScript.
You can also see [node-tdlib](https://github.com/wfjsw/node-tdlib), [tdlnode](https://github.com/fonbah/tdlnode), [tglib](https://github.com/nodegin/tglib),
[Paper Plane](https://github.com/BlackSuited/paper-plane) and [example/javascript](https://github.com/tdlib/td/tree/master/example/javascript) for other examples
of TDLib JSON interface integration with Node.js.
[Paper Plane](https://github.com/BlackSuited/paper-plane), [node-tlg](https://github.com/dilongfa/node-tlg) and
[example/javascript](https://github.com/tdlib/td/tree/master/example/javascript) for other examples of TDLib JSON interface integration with Node.js.
TDLib can be used also from NativeScript through the [JSON](https://github.com/tdlib/td#using-json) interface.
See [nativescript-tglib](https://github.com/arpit2438735/nativescript-tglib) as an example of a NativeScript library for building Telegram clients.