@2012mjm/telegram-tl-node 中文文档教程
@2012mjm/telegram-tl-node
Telegram TypeLanguage (TL) Node.js 平台上纯 javascript 的非官方库
About TypeLanguage..
TypeLanguage Telegram Mobile Protocol“用于描述类型、构造函数和现有函数的使用系统” (MTProto)
telegram-tl-node in short..
telegram-tl-node 库实现了核心 TypeLanguage 类型(如基础 类型对象
和其他人在这里)定义了一个层 实例的二进制数据序列化。
该库还实现了解析 TypeLanguage 模式 的 TypeBuilder
类 以JSON 格式 动态写入类型类和函数 纯javascript。
@goodmind/telegram.link 主项目依赖于这个库。
Installation
$ git clone --branch=master git://github.com/goodmind/telegram-tl-node.git
$ cd telegram-tl-node
$ npm install
Unit Testing
$ npm test
Dependencies
License
该项目根据 MIT 许可证发布
@2012mjm/telegram-tl-node
Telegram TypeLanguage (TL) unofficial library in pure javascript on the Node.js platform
About TypeLanguage..
TypeLanguage "serves to describe the used system of types, constructors, and existing functions" of the Telegram Mobile Protocol (MTProto)
telegram-tl-node in short..
The telegram-tl-node library implements the core TypeLanguage types (like the base TypeObject
and others defined here) and therefore a layer for the binary data serialization of the instances.
This library also implements the TypeBuilder
class that parses the TypeLanguage schemas in JSON format and dynamically writes Type classes and functions in pure javascript.
@goodmind/telegram.link main project depends by this library.
Installation
$ git clone --branch=master git://github.com/goodmind/telegram-tl-node.git
$ cd telegram-tl-node
$ npm install
Unit Testing
$ npm test
Dependencies
get-log: a Node.js Logging Utility, easy to use and ready for production.
jsbn: a portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.
License
The project is released under the MIT License