WebSocket integration for Vue.js, version 1.5.2. This package provides a Vue plugin and composable for managing WebSocket connections with automatic reconnection, event handling, and lifecycle management. Designed for Vue 2/3, it offers a simple API to connect to WebSocket servers and handle messages. The plugin registers globally and provides reactive state. Key differentiators: minimal configuration, built-in reconnection, and Vue reactivity. Release cadence is unclear from metadata; appears to be a personal or untracked project.
npm install gzys-websocket-vueNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates plugin installation and composable usage in Vue 3 with Composition API.
Double-check the package name and install from a trusted registry or GitHub.
Review migration guide or changelog before upgrading.
Consider using established alternatives like 'vue-native-websocket' or '@vueuse/core' websocket.
npm install gzys-websocket-vue --save
Use 'import VueWebSocket from ...' (default import).