Add nativescript-tglib to the list of examples.

GitOrigin-RevId: d11beda5f5639b7e9fcc4706a70a6b8c78f6a081
This commit is contained in:
levlam 2019-04-30 01:44:47 +03:00
parent 96afe9ecc2
commit 6ab3fbc1ba

View File

@ -58,7 +58,11 @@ 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), [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) 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.
<a name="go"></a>
## Using TDLib in Go projects