On Thursday, May 12, 2016 at 6:30:31 PM UTC+2, Kyle Thomas wrote:
>
> Is it possible to start up node and have both run on the same port?
>
 
Node app as a backend API and the angular app as a frontend? Yeah, 
relatively simple, if you let Node serve your angular stuff. Look up 
express.static() middleware - tell node/express to serve static files from 
the angular's directory.

-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to