modernistik / parse-stack

Parse Server Ruby Client SDK
https://www.modernistik.com/gems/parse-stack/
MIT License
61 stars 20 forks source link

Support Parse LiveQuery Notifications and Protocol #21

Open apersaud opened 7 years ago

apersaud commented 7 years ago

Parse Server supports LiveQuery notifications through a standard Websocket interface. It would be useful to allow setting up handlers, similar to Cloud Code Webhooks, to receive notifications of LiveQuery changes.

This feature might be designed as a optional library that can be included in Parse-Stack since it may not be used in all cases.

LiveQuery Protocol Specification Documentation