M
M
ML2017-08-14 21:56:23
go
ML, 2017-08-14 21:56:23

How to work with GO + angular 4 (server-side renderind)?

There is a server on GO.
Which gives parsed html pages.
Needs to be connected to an angular 4 app for rendering to happen on the server.
What is the best way to send data to Go? I read about the Aot compilation, how suitable is it in this regard?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Aksentiev, 2017-08-14
@Sanasol

What is the best way to send data? How you use it and give it away, server-side rendering is done on nodejs in any case, and it doesn’t relate to the backend with data (go server / api is yours).
For a backend with data (go server / api) this is exactly the same client as the browser.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question