php - What does architectural middleware mean?
怪我咯
怪我咯 2017-05-16 13:04:07
0
1
584

I often see the term middleware mentioned in architecture evolution, but I don’t know what it means. Especially in development, there is also a middleware, such as the middleware on PHP laravel. Are these two related? I know that they are not related. Can you explain the middleware in the architecture in an easy-to-understand manner? I can't thank you enough.

怪我咯
怪我咯

走同样的路,发现不同的人生

reply all(1)
黄舟

nodejs express often talks about middleware, which means isolating the underlying HTTP processing, such as analyzing the URL and calling the appropriate function to process the request, encrypting and decrypting cookies, etc.

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