Hello, I am building an app with a micro-service arch that will use numerous angular apps and numerous nest apps. My conundrum is figuring out if I need to set up nest to render the angular apps via SSR or if I should just enable SSR for each angular app and then communicate with the nest apps the traditional way. Is there really a benefit to configuring the nest apps to work as the servers that pre render the angular apps code? It seems like just enabling the ssr on each angular app works pretty well. If the latter is ideal or even required please share with me your experience on getting everything to work. I haven’t really found an end-to-end tutorial online showing how to configure nest as the SSR server for angular apps.
Related Topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
[Angular 2] Anyone know of good resources on using Local Storage with Angular 2? | 5 | 8237 | June 1, 2021 | |
What is the best backend framework for a react developer? | 11 | 3914 | May 6, 2022 | |
Angular 18 and Angular JS data tranfer
|
0 | 12 | October 28, 2024 | |
Questions about Progressive Web Apps... can you help?
|
3 | 546 | May 5, 2022 | |
With Angular it is not worth trying to use the server database
|
13 | 799 | August 13, 2022 |