How does WeChat Mini Programs develop to build a back-end server? If the Tencent Cloud backend server is configured, how to use it?

problem description

1. How does WeChat Mini Programs develop to build a back-end server?
2. If the Tencent Cloud backend server is configured, how to use it?

the environmental background of the problems and what methods you have tried

the book I bought did not specify how to build a server. I gave an address hppt://114.215.122:44/ said to apply for developer Token, on this, but this page could not be opened

related codes

what result do you expect? What is the error message actually seen?

Tencent Cloud backend server is now configured, but I don"t know how to carry out subsequent development

May.10,2021

I'm not sure about your technical strength

I think you should first understand what backend development is

backend development can not be started in a short time


Mini Program has no absolute connection with the backend. Mini Program can request the backend interface through http

  

Mini Program is the front end, which is the same as our ordinary front end, except that Mini Program provides multiple components and writes according to his requirements. But the backend is another area. Generally, the backend has PHP, java and so on. If you have js foundation, you can use node.js to build backend services (you can use express or koa). The database uses mysql.

Menu