Feature: Javascript SDK and WebPush support #488
Replies: 3 comments 1 reply
-
Currently no plans for a Javascript SDK, though it wouldn't be crazy hard to create (you can reference the docs for what is implemented client side here https://docs.parcelvoy.com/api/client) As for WebPush, this is the first request we've had for it! Technically the package we are using for sending notifications supports it but would take some finagling to properly support all of the use cases. You are welcome to make contributions to either! |
Beta Was this translation helpful? Give feedback.
-
There is now a beta JS SDK you are welcome to try out. It is definitely super early so please let us know if you run into any issues with it: https://github.com/parcelvoy/js-sdk |
Beta Was this translation helpful? Give feedback.
-
Thanks for the JS Library. I still have a question regarding the use of ˋclient.track({})ˋ. Is it possible to get live in-app updates by using this function like it would be possible with websockets? Is it generally possible or is it planned to make in-app notifications possible, if not already possible? In other words, that I can send messages to a user on a self-hosted website and use something like a notification center? |
Beta Was this translation helpful? Give feedback.
-
Hello,
Do we have any plan to implement them in the near future? maybe i can help with them too!
Beta Was this translation helpful? Give feedback.
All reactions