I am building a web application using angularjs and our web server is built in python Django Rest Framework. I would like to have the two project separated and not coupled. my current setup is that the client side web application is served as a NodeJs application where the Node server is being used only as a proxy server to the django web server APIs.
this setup works, but it doesnt fill right to use the nodejs when all the logic is in the django server, also some of the features we have involves file upload and this makes it even smellier when i upload a file to the node server and then resend it to the django server. please advise what are your thoughts on using NodeJs only as a static files server that proxies the requests to different servers, and what other options / best practices use cases there are to connect an angularjs application that is being served as a stand alone app (maybe by NginX) to a django web server (CORS issues). 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.
