DEV Community

Sara Schoonover
Sara Schoonover

Posted on

Sinatra vs Rails

Today, I worked with Sinatra and learned the difference between Sinatra and Rails. Having only ever worked previously with Rails, I hadn't come across Sinatra yet. I learned that Sinatra is much more lightweight and requires fewer resources, making it a good choice for building smaller, lightweight apps. Rails, however, is packed with features, comes with a lot of code, and is more suitable for building complicated web applications.

Top comments (0)