https://github.com/fastybird/vue-wamp-v1
WAMPv1 websockets client for VUE 3
https://github.com/fastybird/vue-wamp-v1
fastybird fb socket vue vue3 vuejs wamp wamp-client wamp-protocol
Last synced: 3 months ago
JSON representation
WAMPv1 websockets client for VUE 3
- Host: GitHub
- URL: https://github.com/fastybird/vue-wamp-v1
- Owner: FastyBird
- License: apache-2.0
- Created: 2023-04-19T19:23:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-21T08:51:30.000Z (over 2 years ago)
- Last Synced: 2025-02-22T03:33:11.299Z (8 months ago)
- Topics: fastybird, fb, socket, vue, vue3, vuejs, wamp, wamp-client, wamp-protocol
- Language: TypeScript
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# VUE 3 WAMPv1 client
[](https://github.com/FastyBird/vue-wamp-v1/actions)
[](https://github.com/FastyBird/vue-wamp-v1/blob/main/LICENSE.md)[](https://www.npmjs.com/package/@fastybird/vue-wamp-v1)
[](https://www.npmjs.com/package/@fastybird/vue-wamp-v1)
[](https://www.npmjs.com/package/@fastybird/vue-wamp-v1)
[](https://vuejs.org)***
## What is VUE 3 WAMPv1 client?
This library is very simple implementation of [WAMP](https://wamp-proto.org) in version 1 for [Vue 3](https://vuejs.org) 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](https://yarnpkg.com/):
```sh
yarn add @fastybird/vue-wamp-v1
```or if you prefer npm:
```sh
npm install @fastybird/vue-wamp-v1
```## Documentation
Learn how to connect, consume & call RPC messages in [documentation](https://github.com/FastyBird/vue-wamp-v1/blob/main/docs/index.md).
## Feedback
Use the [issue tracker](https://github.com/FastyBird/vue-wamp-v1/issues) for bugs
or [mail](mailto:code@fastybird.com) or [Tweet](https://twitter.com/fastybird) us for any idea that can improve the
project.Thank you for testing, reporting and contributing.
## Changelog
For release info check [release page](https://github.com/FastyBird/vue-wamp-v1/releases).
## Contribute
We welcome contributions for this package on [FastyBird/vue-wamp-v1](https://github.com/FastyBird/).
## Maintainers
***
Homepage [https://www.fastybird.com](https://www.fastybird.com) and
repository [https://github.com/FastyBird/vue-wamp-v1](https://github.com/FastyBird/vue-wamp-v1).