javascript - How to use node and php to achieve front-end and back-end separation, are there any specific examples?
大家讲道理
大家讲道理 2017-05-16 13:02:40
0
1
322

Node, as the middle layer, accepts the browser's request, then requests the PHP API interface to splice HTML and return it to the browser

大家讲道理
大家讲道理

光阴似箭催人老,日月如移越少年。

reply all(1)
Ty80

I think it’s not that complicated, it’s actually just two layers

  • In the first layer, the browser sends a request to the node

  • The second layer node sends the request to php

Just completely isolate these two and look at it. As for the interface for node to call php, it should be CURL.
I haven’t used many nodes, so I don’t know much about it. Sorry

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template