5

Is it possible to do server side rendering with angular and hide the HTTP requests for the user, aka do the http requests on the server side ?

I have created an api but I do not want to expose it to the outside world, I do not want that you can see the response data in the network tab.

So is it possible with angular to do this or do i need to use a different framework to achieve this ?

  • It sounds like you don't want a single-page application at all; have you considered a more traditional server-side app? – jonrsharpe Jul 06 '17 at 20:08
  • 1
    I know, i really like angular haha but i thought maybe maybe there was a solution – user2156933 Jul 06 '17 at 20:09
  • 1
    To expose the API to multiple resources to consume is the meaning of API. It is just the matter of how you are authenticated to use the API. So I think you can use the traditional server-side rendering to match with your purpose :D – trungk18 Jul 07 '17 at 07:02

0 Answers0