I wonder how express js and Angular js communicate to create the web.

Asked 1 years ago, Updated 1 years ago, 86 views

What I'm thinking is

Is this how you make it?

express node.js angularjs

2022-09-22 20:32

1 Answers

[Voiceover] Right.

It's the order in which you write code that does a certain function in expressjs, and you take data from angularjs, like json or xml, from the client end, and draw it in a view or modify it.

Servers <-> angularjs <-> Client

It's simple.


2022-09-22 20:32

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.