Ramkumar Shankar
open source

Vue Simple WebSocket

A simple, native reconnecting websocket for Vue.js.

Project A Vue plugin to make working with websockets easier.
Type Side project
Period September 2018 — Present

Overview

vue-simple-websocket is a native reconnecting websocket plugin for Vue.js. The project is based on an implementation I wrote for my projects, and available for install from npm.

npm install vue-simple-websocket

The most important feature of the plugin is that your event listeners are automatically re-attached and continue to work if the socket connection is temporarily lost. Source code and detailed usage instructions can be found on Github.