B
Bronco
Guest
What might be relevant is that I setup Apache as a http server in between. Apache redirect the calls from (in this case) http://localhost/ to http://localhost:8980/ Background: This since I don't want my clients (Angular) talk to the REST adapter directly. If I got this to work, I might put node.js in between as well, to do some nice middleware stuff (websockets etc). For websockets I might have to change to nginx, which suits Node better. edit: removed some excessive use of "as well"
Continue reading...
Continue reading...