【发布时间】:2017-08-12 18:00:19
【问题描述】:
最近我有兴趣尝试在 php 中使用 stomp 向移动设备推送通知。但是不知道怎么用,不知道要设置什么参数。
请帮忙。
【问题讨论】:
标签: php push-notification activemq stomp
最近我有兴趣尝试在 php 中使用 stomp 向移动设备推送通知。但是不知道怎么用,不知道要设置什么参数。
请帮忙。
【问题讨论】:
标签: php push-notification activemq stomp
你有没有尝试过?做了一些搜索? 这里有一些例子开始挖掘。
你可以像这样使用 websockets https://github.com/apache/activemq/tree/master/activemq-web-demo/src/main/webapp/websocket
https://github.com/jmesnil/stomp-websocket/blob/master/example/chat/index.html
http://activemq.apache.org/websockets.html
有很多库和例子https://github.com/krukow/stomple/blob/master/example/transactional-chat.html
【讨论】: