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 Express
Hi,
It's a good idea to use Express with Backbone ?
Both have template and rendering view engine.
Do i use Backbone or Express to rendering view and partial ?
Thanks for your help.
tjholowaychuk
unread,
Jun 6, 2012, 1:26:35 PM6/6/12
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 Express
that depends on where you want to render the view. Any framework would
work fine with backbone, but if you're using backbone you'll probably
want to just send JSON over the wire and render on the client,
otherwise
there's no point to use backbone.