Replies: 1 comment
-
oo i think this should be later on when the package reaches v1 i will be using the erlang backend for now |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using JavaScript libraries like
https://grammy.dev/
to make telegram bots and also i tried using the telegram api without a library and that also was super easy with cloudflare workers using JavaScript
I am currently planning to make a telegram bot using
https://hexdocs.pm/glen/
it has a cloudflare example and it working using cloudflare workers as a backend allows you to have 100K requests a day which is way more than you might actually need and also 100K writes to the database daily for free
is having a JavaScript backend that supports cloudflare workers something that is planned for this library ?
Beta Was this translation helpful? Give feedback.
All reactions