Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 644 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 644 Bytes

mini-telegram

mini-telegram is an unofficial, monolithic, idiomatic implementation of MTProto (telegram) server built with Rust that compatible with all telegram clients (web, android, iOS, desktop).

Disclaimer Please don't use mini-telegram in high scale production. The intent of this project is to provide a MVP (minimum viable product) of MTProto server.

Enterprise version

  • TODO

Run mini-telegram server

  • TODO

Connect android client

  • TODO

Connect Ios client

  • TODO

Connect Web client

  • TODO

Connect desktop client

  • TODO