javascript - What technologies are used to write the backend using PHP now? vue?
给我你的怀抱
给我你的怀抱 2017-05-16 13:07:39
0
3
629

RT, is it now very popular to separate the front-end and back-end, and use js to render data on the front-end?
I hope you guys can give me some advice, thank you!

给我你的怀抱
给我你的怀抱

reply all(3)
我想大声告诉你

Yes, the front-end calls the back-end interface to add, delete, modify, and query, renders the response data returned by the interface, and displays it on the front-end.

PHP writes the backend. In addition to PHP processing its own business logic, other technology stacks mainly use redis for cache, mysql for database, and then use a message queue or rpc to run asynchronous tasks

为情所困

php is great

PHPzhong

Vue writes a single page, and then PHP provides the data in restful form

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