redux-socket-client

Lightweight framework for building shared redux stores using socket.io.

Usage no npm install needed!

<script type="module">
  import reduxSocketClient from 'https://cdn.skypack.dev/redux-socket-client';
</script>

README

Redux Socket Client

Lightweight framework for building shared redux stores using socket.io.

Features

  • Shared store and actions with a single middleware
  • Managers and clients for advanced scenarios
  • Permission management
  • Server-side broadcast
  • Synchronisation using locks

Installation

Redux Socket Client is in beta and NOT ready for production use.

To install the latest version, use NPM:

$ npm install redux-socket-client

Basics

Under development, coming soon...

Tests

Under development, coming soon...

License

The MIT License. Free forever. :)