What's the best solution using only RESTful api or using backend framework + RESTful api (when needed)?
RESTful api + Consume it from website
55%
Backend Framework + Use RESTful
45%
11 votes · Closed
I want to know what's the best solution among this one :
Using RESTful api + Consume it from my website
Using a backend framework like Spring , Rails then when I need RESTful api I create it so I will have 2 projects.