Skip to content

Latest commit

 

History

History
74 lines (50 loc) · 2.46 KB

README.md

File metadata and controls

74 lines (50 loc) · 2.46 KB

VUE 3 WAMPv1 client

Build Status Licence

NPM latest stable NPM downloads total Types VUE


What is VUE 3 WAMPv1 client?

This library is very simple implementation of WAMP in version 1 for Vue 3 framework.

Features

  • WAMP v1 pub/sub and RPC implemented via event system
  • VUE 3 composable

Installation

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

Documentation

Learn how to connect, consume & call RPC messages in documentation.

Feedback

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.

Changelog

For release info check release page.

Contribute

We welcome contributions for this package on FastyBird/vue-wamp-v1.

Maintainers

akadlec
Adam Kadlec

Homepage https://www.fastybird.com and repository https://github.com/FastyBird/vue-wamp-v1.