Reputation: 21
I'm looking for an easy way to integrate Vue.js with AutobahnJS. I've already checked this repo for guidance/template, but my main problem is that Autobahn has two layers of "wait":
With my limited JS knowledge (i'm a backend dev), i have two ideas:
I'm looking for a simple and efficient solution, not necessarily a full-fledged plugin (which I haven't found anywhere).
Any help/advice is appreciated!
Upvotes: 0
Views: 883
Reputation: 21
I've been looking for a plugin like this: https://github.com/lajosbencz/vue-wamp
Plugin calls are deferred until autobahn Session is ready, unsubscribe and unregister are automatically called component-wise.
Upvotes: 2