vue-wamp-v1 1.2.2
Install from the command line:
Learn more about npm packages
$ npm install @fastybird/vue-wamp-v1@1.2.2
Install via package.json:
"@fastybird/vue-wamp-v1": "1.2.2"
About this version
This library is very simple implementation of WAMP in version 1 for Vue 3 framework.
- WAMP v1 pub/sub and RPC implemented via event system
- VUE 3 composable
The best way to install @@fastybird/vue-wamp-v1 with Yarn:
yarn add @fastybird/vue-wamp-v1
or if you prefer npm:
npm install @fastybird/vue-wamp-v1
Learn how to connect, consume & call RPC messages in documentation.
Use the issue tracker for bugs or mail or Tweet us for any idea that can improve the project.
Thank you for testing, reporting and contributing.
For release info check release page.
We welcome contributions for this package on FastyBird/vue-wamp-v1.
Adam Kadlec |
Homepage https://www.fastybird.com and repository https://github.com/FastyBird/vue-wamp-v1.