Overview of Sinatra

Compared to Ruby on Rails, a full-stack web framework, Sinatra is a very lean micro-framework originally developed by Blake Mizerany to help Ruby developers build applications with “minimal effort”.

With Sinatra, there is no Model-View-Controller (MVC) pattern, nor does it encourage you to use “convention over configuration” principles. Instead, you get a flexible tool to build simple, fast Ruby applications.


Comments

Leave a Reply

Your email address will not be published. Required fields are marked *