I am currently working on a social application using Angular. I would be interested in having publicly accessible pages with indexable search engines to accompany the application, such as an index page, page about page and contacts.
What would be the best way? I have not decided what will be my basic infrastructure, but it will either be one of the following:
- nginx / apache server for hosting all content with an external pub / auxiliary service for real time.
- Separate service for front end and backend interface - nginx server for vending. Separate the node server for working with backend files.
Any advice on this is great. I would like to find out if angular handles all routing, or am I handling static routes separately. This is my first time playing with Angular.
Greetings.
source
share