nuxt-socket-io

Nuxt Socket IO - socket.io client and server module for Nuxt

MIT License

Downloads
15.7K
Stars
264
Committers
11

Bot releases are visible (Hide)

nuxt-socket-io - v3.0.13 -- Stable Release Latest Release

Published by richardeschloss about 1 year ago

  • Added native support for Windows-based file schemes (with the "file://" protocol)
nuxt-socket-io - v3.0.11 -- Stable Release

Published by richardeschloss almost 2 years ago

Stable release tested against Nuxt3 stable.

nuxt-socket-io - v2.0.3 -- Stable Release

Published by richardeschloss over 2 years ago

v2.0.3 -- Stable Release

nuxt-socket-io - v2.0.2 -- Stable Release

Published by richardeschloss over 2 years ago

v2.0.2 -- Stable Release

nuxt-socket-io - v2.0.0 -- Stable Release

Published by richardeschloss almost 3 years ago

Latest stable release

nuxt-socket-io - v1.1.24 - Stable Release

Published by richardeschloss over 3 years ago

See CHANGELOG

nuxt-socket-io - 1.1.11 - Ran security audit and updated dependencies.

Published by richardeschloss about 4 years ago

Ran security audit and updated dependencies.

nuxt-socket-io - 1.0.5 - Added check for null vuex options

Published by richardeschloss almost 5 years ago

  • Added check for null vuex options. If mutations or actions are not defined, they simply won't be looked at.
  • Also changed the array type check to a more proper check.
nuxt-socket-io - 1.0.4 - Improved scoping of plugin options

Published by richardeschloss almost 5 years ago

  • Plugin options are accessible/settable in TEST mode only. Otherwise, only the plugin can access (but not set) the options.
nuxt-socket-io - 1.0.3 - 100% coverage

Published by richardeschloss almost 5 years ago

  • Achieved 100% coverage on the compiled plugin.
nuxt-socket-io - 1.0.2 - Updated Badges format

Published by richardeschloss almost 5 years ago

Each badge is now both the image and a link to something meaningful. Before it was just the images.

nuxt-socket-io - 1.0.1 - Added unit tests and coverage

Published by richardeschloss almost 5 years ago

Added unit tests for the module and the plugin.

nuxt-socket-io - Shields on README.md now

Published by richardeschloss almost 5 years ago

nuxt-socket-io - Vuex Emitbacks Integration

Published by richardeschloss almost 5 years ago

When Vuex state changes, those changes can be emitted back to any socket io listener (configured in the module options). More information can be found at: Introduction to Nuxt Socket IO

nuxt-socket-io - Vuex Integration

Published by richardeschloss about 5 years ago

This allows vuex options to now be set in nuxt.config.js. Specify the mapping of events to mutations or actions and the data will be in the vuex store. (It is still your responsibility to define the state in the store folders, as of this version)