From 96afe9ecc2ada103bdaaca6b9b0ec409c07a7a14 Mon Sep 17 00:00:00 2001 From: levlam Date: Tue, 30 Apr 2019 01:24:07 +0300 Subject: [PATCH] Add Airgram to the list of examples. GitOrigin-RevId: ee87a139d70c63443acec75912ab413472ddc80d --- example/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/example/README.md b/example/README.md index 21904b7e..fa9ca2dc 100644 --- a/example/README.md +++ b/example/README.md @@ -54,7 +54,8 @@ and [telegram-react](https://github.com/evgeny-nadymov/telegram-react) as an exa TDLib can be used from Node.js through the [JSON](https://github.com/tdlib/td#using-json) interface. Convenient Node.js wrappers already exist for our JSON interface. -For example, take a look at [tdl](https://github.com/Bannerets/tdl), which provides a convenient, fully-asynchronous interface for interaction with TDLib and contains a bunch of examples. +For example, take a look at [tdl](https://github.com/Bannerets/tdl), which provides a convenient, fully-asynchronous interface for interaction with TDLib and contains a bunch of examples, or +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.