I want to develop a relatively simple application that calculates some value based on several inputs. I dont want a backend, all the calculation can be done in the browser.
Im a little new to JavaScript and WebApps and I came across Backbone.js.
I really like the MVC design, however, they mention a backend a lot. My question:
- Is a backend server absolutely required?
- Is a backend server optional but without one there isn't much point in backbone.
- Or will backbone will really help me out?