Sinatra as backend (API) for Rails app or padrino or any hybrid solution?
Posted
by
JVK
on Stack Overflow
See other posts from Stack Overflow
or by JVK
Published on 2012-10-23T05:40:48Z
Indexed on
2012/10/23
11:00 UTC
Read the original article
Hit count: 154
Is it a good idea to build backend APIs in Sinatra for Rails app. Or is it better to use Padrino? I want to have my backend provides API as service, so that anytime, if I have to develop same app for any client, I can use that back-end API (web services). What is the best approach? My goal is to expose back-end as web services and even rails uses it for webapp. What are the disadvantages or advantage of different approaches?
© Stack Overflow or respective owner