Ask Your Question
3

Does the NestJS-Telegraf Telegram bot have the ability to process only one request simultaneously?

asked 2023-05-11 08:50:49 +0000

lakamha gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
1

answered 2023-05-11 09:02:01 +0000

qstack gravatar image

No, the NestJS-Telegraf Telegram bot has the ability to process multiple requests simultaneously. This is because the bot runs on Node.js which is known for its ability to handle multiple requests at the same time. However, you can add rate limiting to limit the number of requests a user can make in a certain time period.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-05-11 08:50:49 +0000

Seen: 9 times

Last updated: May 11 '23