AeroGearSimplePushServer是对SimplePushProtocol协议的开源实现,基于Netty框架实现。
JavaScript可以很方便通过它来发送消息:
SPCliet = AeroGear.SimplePushCliet({ simplePushServerURL: "https://localhost:7777/simplepush", oCoect: spCoect, oClose: spClose});开源地址
https://github.com/aerogear/aerogear-simplepush-server授权协议
Apache
AeroGearSimplePushServer是对SimplePushProtocol协议的开源实现,基于Netty框架实现。
JavaScript可以很方便通过它来发送消息:
SPCliet = AeroGear.SimplePushCliet({ simplePushServerURL: "https://localhost:7777/simplepush", oCoect: spCoect, oClose: spClose});AeroGear SimplePush Server 是对 SimplePush Protocol 协议的开源实现,基于 Netty 框架实现。 JavaScript 可以很方便通过它来发送消息...

评论