You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nowjs
I'm writing an app that is very client heavy (essentially a desktop
app). The back end is a thin veneer over MongoDB (using Mongoose).
I've started using Backbone on the front end and a REST API.
I'm considering dumping Backbone + REST and just letting Now directly
sync my Mongoose models up to the front end;
Mongo <-> Mongoose + Middleware <-> ??? <-> Now <-> ??? <--> DOM
Thoughts?
Vladimir Dronnikov
unread,
Jun 13, 2011, 12:52:29 AM6/13/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to no...@googlegroups.com
> > I'm considering dumping Backbone + REST and just letting Now directly > sync my Mongoose models up to the front end; > > Mongo <-> Mongoose + Middleware <-> ??? <-> Now <-> ??? <--> DOM > > Thoughts?
Any security measures?
Andrew Seddon
unread,
Jun 13, 2011, 4:02:27 AM6/13/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to nowjs
Mongoose has some nice middleware to take care of security, obviously
you couldn't directly expose the db.
http://batmanjs.org/ mentions using Now and seems to have an easy way
to persist client side models. Not a lot of info at the moment tho.