For further actions, you may consider blocking this person and/or reporting abuse
🌚 Friends don't let friends browse without dark mode.
Sorry, it's true.
Read next

How To Add A Chatbot To Webflow
Devashish Datt Mamgain -

Building AWS Ruby Lambdas that Require Gems with Native Extension
Robert J. Berger -

Troubleshooting weird DB connection errors in Rails with PostgreSQL
Dmitry Daw -

Why parameterized objects in Rails are so powerful
Stephen Margheim -
Top comments (5)
I have been practicing ruby for years and I create ruby on rails applications. I want to create a messenger bot and I would like to know if ruby is a good language for that, because many use nodejs and I do not yet have a good level in javascript.
Thanks you.
Look at ActionCable in Rails, IIRC it's used in BaseCamp for exactly that. I whole-heartedly agree with @dlionz reply, use what you know and is easiest for you to achieve your goal.
Hello,
Thank you again for your answer.