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!
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
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
Vue writes a single page, and then PHP provides the data in restful form