angular is for frontend
Express for backend, data persistence.

You could choose a ton of other alternatives to Express for server side
data persistence.
You could have php , python, java, whatever on the server side.

Express is just one of the option.



2014-05-18 20:17 GMT+01:00 Tony pee <[email protected]>:

> express is a node library for serving REST requests from a server.
>
> angularjs is a frontend library for providing an MVC style framwork with
> databinding.
>
> you dont *need* it to serve a website (same as you dont actually *need
> express to serve requests) but it is handy. Express could serve the actual
> files that are a static site, a node generated site, or an angular site. up
> to you.
>
>
> On 18 May 2014 15:13, 'waqas a' via AngularJS <[email protected]>wrote:
>
>> i need your guidance what is the role of angularjs with express js why i
>> need angularjs with expressjs? what problems will angularjs solve ?  please
>> guide me in detail thanks
>>
>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "AngularJS" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to [email protected].
>> To post to this group, send email to [email protected].
>> Visit this group at http://groups.google.com/group/angular.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Tony Polinelli
>
>  --
> You received this message because you are subscribed to the Google Groups
> "AngularJS" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/angular.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to