angularjs - How to call an Express function from my Angular view ( MEAN.js ) -
i have mean.js application, , i'm trying figure out how call function in express application angular view. thinking web sockets perhaps. i'm new angular i'm not sure if there "angular" way this.
create restful endpoint function. create route in express access function. requests can made front end code route. now, since using angular in front end, common way call restful endpoint through $http or $resource service.
Comments
Post a Comment