Skip to content

Middleware

"middleware"即"中间件"。

wikipedia Middleware

Middleware is a computer software that provides services to software applications beyond those available from the operating system. It can be described as "software glue".[1]

Middleware makes it easier for software developers to implement communication and input/output, so they can focus on the specific purpose of their application. It gained popularity in the 1980s as a solution to the problem of how to link newer applications to older legacy systems, although the term had been in use since 1968.[2]

NOTE:

让用户专注于业务开发,而无需关注IO等底层公共事物。