HeimgardTechnologiesAS / cordova-plugin-advanced-websocket

MIT License
27 stars 18 forks source link

stomp protocole #25

Open jamalkarami opened 1 year ago

jamalkarami commented 1 year ago

Hi everyone, I wish you are fine.

I have a server that running web socket (sockJS) over stomp using spring boot, And I'm building a ionic app, and want to subscribe to many url of my web socket server which stat all with ws://localhost/ws/ such as ws://localhost/ws/notifNewProduct or ws://localhost/ws/notifUser and others

How can I use this plugin to subscribe to this web socket over stomp urls ?

Thanks for any help