Hacker News new | ask | show | jobs
by DEADB17 4477 days ago
> which isn't really possible if you're rendering html in the server.

You can have a front-end web server that is also a client of the API server and keep the separation as if it were any other API client. This is the approach I'm taking in my current project since I have to support some obsolete browsers, but more generally it lends itself to a cleaner decoupled architecture

1 comments

That type of double-server architecture isn't one I'd considered. Very interesting.
It is, let me know if you want more info