# mini-telegram
`mini-telegram` is an unofficial, monolithic, idiomatic implementation of [MTProto](https://core.telegram.org/mtproto) (telegram) server built with [Rust](https://www.rust-lang.org) 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