Google 云消息传递 (GCM) 是否被视为中间件?
Is Google Cloud Messaging (GCM) considered middleware?
如果不是中间件,正确的架构术语是什么?
是的。根据定义:
Middleware is a computer
software that provides services to software applications beyond those
available from the operating system. It acts as a bridge between an operating system or database and applications, especially on a network.
在这个例子中,GCM 就像一个 bridge between servers and client apps (Android/iOS OS)。
所以对我来说,称它为中间件是安全的。
如果不是中间件,正确的架构术语是什么?
是的。根据定义:
Middleware is a computer software that provides services to software applications beyond those available from the operating system. It acts as a bridge between an operating system or database and applications, especially on a network.
在这个例子中,GCM 就像一个 bridge between servers and client apps (Android/iOS OS)。 所以对我来说,称它为中间件是安全的。