AeroGearSimplePushServer是对SimplePushProtocol协议的开源实现,基于Netty框架实现。
JavaScript可以很方便通过它来发送消息:
SPClient = AeroGear.SimplePushClient({ simplePushServerURL: "https://localhost:7777/simplepush", onConnect: spConnect, onClose: spClose});AeroGearSimplePushServer是对SimplePushProtocol协议的开源实现,基于Netty框架实现。
JavaScript可以很方便通过它来发送消息:
SPClient = AeroGear.SimplePushClient({ simplePushServerURL: "https://localhost:7777/simplepush", onConnect: spConnect, onClose: spClose});
评论