All Projects → k-egor-smirnov → node-tg-native

k-egor-smirnov / node-tg-native

Licence: MIT License
Telegram Native lib

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to node-tg-native

Pyrogram
Telegram MTProto API Client Library and Framework in Pure Python for Users and Bots
Stars: ✭ 2,252 (+10136.36%)
Mutual labels:  telegram, mtproto, tdlib
Mtproto
Telegram MTProto and its proxy (over gRPC) in Go (golang). API Layer: 71
Stars: ✭ 133 (+504.55%)
Mutual labels:  telegram, mtproto
gotgproto
A helper package for Go Telegram Client, i.e. gotd/td.
Stars: ✭ 32 (+45.45%)
Mutual labels:  mtproto, tdlib
Telegramgo
CLI telegram client written in golang
Stars: ✭ 145 (+559.09%)
Mutual labels:  telegram, mtproto
Novagram
An Object-Oriented PHP library for Telegram Bots
Stars: ✭ 112 (+409.09%)
Mutual labels:  telegram, mtproto
Madelineproto
Async PHP client/server API for the telegram MTProto protocol
Stars: ✭ 1,776 (+7972.73%)
Mutual labels:  telegram, mtproto
tdlight-telegram-bot-api
The TDLight Telegram Bot API is an actively enhanced fork of the original Bot API, featuring experimental user support, proxies, unlimited files size, and more.
Stars: ✭ 71 (+222.73%)
Mutual labels:  mtproto, tdlib
Mtproto
Golang MTProto implementation. Current API layer is 65
Stars: ✭ 86 (+290.91%)
Mutual labels:  telegram, mtproto
Mtproto
MTProto implementation in Golang
Stars: ✭ 190 (+763.64%)
Mutual labels:  telegram, mtproto
Mtproto Core
Telegram API JS (MTProto) client library for browser and nodejs
Stars: ✭ 242 (+1000%)
Mutual labels:  telegram, mtproto
Jsmtproxy
High Performance NodeJS MTProto Proxy
Stars: ✭ 254 (+1054.55%)
Mutual labels:  telegram, mtproto
Grammers
(tele)gramme.rs - use Telegram's API from Rust
Stars: ✭ 109 (+395.45%)
Mutual labels:  telegram, mtproto
Unigram
A Telegram desktop app made for Windows 10
Stars: ✭ 1,393 (+6231.82%)
Mutual labels:  telegram, mtproto
Td
Pure Go Telegram MTProto API Client
Stars: ✭ 118 (+436.36%)
Mutual labels:  telegram, mtproto
Telegram React
Experimental Telegram web client with tdlib, webassembly and react js under the hood
Stars: ✭ 1,332 (+5954.55%)
Mutual labels:  telegram, mtproto
python-tdlib
full oop python 3 tdlib wrapper, fast, thread safe
Stars: ✭ 20 (-9.09%)
Mutual labels:  mtproto, tdlib
Mtprotoproxy
Async MTProto proxy for Telegram
Stars: ✭ 1,014 (+4509.09%)
Mutual labels:  telegram, mtproto
Callsmusic
The first open-source PyTgCalls-based project.
Stars: ✭ 62 (+181.82%)
Mutual labels:  telegram, mtproto
Telegramapiserver
Fast, simple, async php telegram api server: MadelineProto + Amp HTTP Server
Stars: ✭ 152 (+590.91%)
Mutual labels:  telegram, mtproto
aiotdlib
Python asyncio Telegram client based on TDLib https://github.com/tdlib/td
Stars: ✭ 63 (+186.36%)
Mutual labels:  mtproto, tdlib

node-tg-native

NPM version

Module to call native TDLib functions

Warning

"ffi" module doesn't compile on node <= 9 (see node-ffi/node-ffi#439)

Installation

$ npm install --save node-tg-native

Usage

const nodeTgNative = require("node-tg-native");
const td = new nodeTgNative();

td.create();

td.subscribe(response => {
  console.log(response);
});

License

MIT © k-egor-smirnov

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].