An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# VUE 3 WAMPv1 client

[![Build Status](https://badgen.net/github/checks/FastyBird/vue-wamp-v1/main?cache=300&style=flat-square)](https://github.com/FastyBird/vue-wamp-v1/actions)
[![Licence](https://badgen.net/github/license/FastyBird/vue-wamp-v1?cache=300&style=flat-square)](https://github.com/FastyBird/vue-wamp-v1/blob/main/LICENSE.md)

[![NPM latest stable](https://badgen.net/npm/v/@fastybird/vue-wamp-v1?cache=300&style=flat-square)](https://www.npmjs.com/package/@fastybird/vue-wamp-v1)
[![NPM downloads total](https://badgen.net/npm/dw/@fastybird/vue-wamp-v1?cache=300&style=flat-square)](https://www.npmjs.com/package/@fastybird/vue-wamp-v1)
[![Types](https://badgen.net/npm/types/@fastybird/vue-wamp-v1?style=flat-square)](https://www.npmjs.com/package/@fastybird/vue-wamp-v1)
[![VUE](https://img.shields.io/badge/vue-3-brightgreen.svg?style=flat-square)](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





akadlec



Adam Kadlec


***
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).