So I have a program serving up JSON via HTTP running at localhost:8080 and I am hoping to hook a front end up to it (AngularJS).
I'm interested to know if there is anyway to interface with such a service without introducing a dependency on something like ASP.NET or PHP so on in order to serve as a proxy between the service and the browser.
I understand the same origin policy, cross site scripting threat yada yada yada. Grateful for all constructive contributions.