Forum Post: RE: Anyone using REST Adapter w/ AngularJS?

  • Thread starter Thread starter Bronco
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top