Vue 3 WebSocket

JSON →
library 2.2.0 ·javascript
verified Jun 7, 2026

A lightweight Vue 3 plugin for integrating WebSocket connections using the Composition API. Current stable version 2.2.0 (released 2023-09). Provides both a plugin (Vue3Websocket) and composable (useWebSocket) for reactive WebSocket communication. Key differentiator: designed specifically for Vue 3's Composition API with automatic lifecycle management and reactive state. Unlike generic WebSocket wrappers, it handles reconnection, message handling as reactive data, and integrates seamlessly with Vue's reactivity system. Released under MIT, maintained by a solo developer with monthly updates. Supports TypeScript out of the box.