开发者

Ruby notification daemon with RabbitMQ and APNS

开发者 https://www.devze.com 2023-04-12 17:21 出处:网络
I want to create a Ruby notification daemon which grab a notification job from RabbitMQ and send that notification to APNS,

I want to create a Ruby notification daemon which grab a notification job from RabbitMQ and send that notification to APNS, The message for notification jobs will be in the following JSON format: { device_token: [ token1, token2, ...], message: "Hello World!!" } i have created a开发者_如何学Go daemon with daemon-kit

is there any good tutorial for this? i googled but didnt find luck, i found a ruby-apns-daemon , but it was showing errors

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号