DEV Community

Discussion on: Do you want to run Angular App on the Node.js server?

 
hakimio profile image
Tomas Rimkus

Another solution could be to use CORS middleware on the backend side and to just serve Angular app with nginx or some other fast http server. Both approaches have their pros and cons.

Thread Thread
 
saadabbasi profile image
Saad Abbasi

yes, sure thanks for your discussion and feedback :-)
@tomas Happy coding