Monday, 9 September 2013

Why would one want to use Express instead of AngularJS?

Why would one want to use Express instead of AngularJS?

I understand that Express resides on the server and Angular resides on the
client but, as far as I know, Angular can do everything that Express can
do which is
routing
interacting with the database
It kind of seems like maybe Express is needed in order for an AngularJS
app to be served by Node.js but I'm not sure.
So what are the benefits to adding Express to an AngularJS app?

No comments:

Post a Comment