Closed julesmaregiano closed 1 year ago
Hey. Here is comparison https://github.com/telegram-bot-rb/telegram-bot/wiki/Deployment
To use rails server for development you need public ip for your development machine to receive requests from telegram. Wiki has example how to use self-signed certificates if you decide to go this way.
Thanks a lot
Sorry for the noob question, but I have a hard time understanding why we need to use the
telegram:bot:poller
command, instead of the usualrails server
?Wouldn't it be easier for developers to stick to the usual
rails server
? How can I do that? Thanks for your help :pray: