tdlib / td

Cross-platform library for building Telegram clients
https://core.telegram.org/tdlib
Boost Software License 1.0
7.07k stars 1.44k forks source link

Choosing an architecture using tdlib #204

Closed isopen closed 6 years ago

isopen commented 6 years ago

Leo I have the opportunity to build a project according to the following scheme

frontend(angular(0) || react(1) || vue(2)) + tdlib + backend(api on python(0) || api on php(1) || api on ruby(2))

Which of the tools is best used for maximum performance? (on all the stacks there is an opportunity to write cool). Particularly interested in frontend(which tools will be more convenient to support?). Computer power is enough.

It is also interesting to know the opinion of professionals about this bundle: frontend(angular(0) || react(1) || vue(2)) + tdlib + p2p (either partially p2p. i think in this case it is necessary to expand tdlib) Technology for the future development of the project.

I read a lot of best practices, but did not understand what kind of high-load project they want to create. Help please

And yet I like these madmen. Technologically cool. Very grateful for the early reply

isopen commented 6 years ago

Leo can you help determine the choice of the stack?