-
Notifications
You must be signed in to change notification settings - Fork 0
Technology selection
We know for developing telegram and ton integrated app, we have few main choices , first we need to have a bot which work with telegram platform, for best user interface we choose telegram mini apps , and rest is server side and storing our user data. for this purpose we choose ubuntu server, postgres and nextjs or django.
I have some services that meant to work together , i want use docker and docker compose , in my server , docker and docker compose already installed , this workflow is about developing telegram mini app , to develop telegram mini app, we need a code for telegram bot , another react website to serve as our front end mini app , and backend that communicate with our bot code and database . for bot code we want to use python telegram bot module , for backend we want to use fast api , for database postgres .our react that will be served on our server will listen to port 443 , our telegram bot listen also on port 443 but it uses our secret url , hard to guess to utilize telegram webhook , what you understand from my work
TON telegram telegram bot telegram mini app postgres nextjs django