Ruby on rails vs javascript is a bit apples and oranges, but I get why you’re asking. Rails is super opinionated, so it’s great if you wanna follow conventions and get stuff done fast.
JS, on the other hand, is more flexible but can feel overwhelming with all the frameworks and tools out there. For a small app, I’d say Rails is the way to go.
If you’re curious about JS, maybe try building a simple API with Express.js. It’s a good intro to the JS backend world.
JS, on the other hand, is more flexible but can feel overwhelming with all the frameworks and tools out there. For a small app, I’d say Rails is the way to go.
If you’re curious about JS, maybe try building a simple API with Express.js. It’s a good intro to the JS backend world.
