Recently, the company needs to build a set of Enterprise Mobility Management (EMM) Management platform. The requirements for such enterprise-oriented application Management itself are very...
When using the skeleton code of the previous tutorial, some students said that the new package of TypeGoose has been greatly changed. Now it's written...
Writing a Shell script takes less than a few lines and is much easier, but requires some Linux skills. Dockerfile containerizes your application. With these...
First, initialize the egg application. Second, configure the plug-in plugin.js used in wechat payment. (Egg-Weck-pay can be replaced by other plug-ins.
Achieve full link log tracking, facilitate log monitoring, problem, screening, interface response time data statistics, etc., the first service API interface receives the caller's request,...
1. Initialize the egg project. Find the appropriate local path and use the terminal to execute the following code to complete the initialization: Find the...
When reading an article, recommend relevant articles to users based on the results of similarity calculation. This is also my first time to do back-end...
Personally, front-end development, but sometimes the company is idle. So I want to write some things, old fish, too boring, there is a pretend forced...
Thanks to Node.js, front-end engineers can get their hands on back-end development cheaply. Egg.js makes it easier for developers to use Node.js to develop Restful...
I recently used Egg as an underlying framework development project and was curious about the management implementation of its multi-process model, so I learned something...
After writing a project in egg.js, I felt that the convention was greater than the definition of the framework definition was really... Lazy people's Paradise,...
Through CTx. cookies, we can conveniently and securely set and read cookies in controller. Setting a Cookie is done by setting the set-cookie header in...
GraphQL is a data-oriented API query style. GraphQL is a data-oriented API query language developed by Facebook. The client simply gives it a description, and...
Because the server and client are both local, the port is different, so the cross-domain request, here uses the CORS plug-in to handle the cross-domain...
A canonical interface output protocol: globally unique response code; Semantic interpretation of response codes (Message); Interface data (result); Current server time (sysTime)
A nodeJS service developed with egg.js needs to be deployed to the customer site. According to the normal deployment operation, nodeJS development environment needs to...
Preface [music blog] online! Why not continue to use Koa2? I recently wanted to change the interface to RESTfulAPI style, and egg has friendly support...