|
|
|
|
|
by sespindola
5195 days ago
|
|
This. Most tutorials of Backbone/Ember js apps I've seen
have thin backends that commit any json objects the clients
send them. Data sanitization and validation on the backend should be as
thourough as that of the client, if not more. |
|