redux-socket-client

Lightweight framework for building shared redux stores using socket.io


Keywords
redux, react, socket.io, server, client, shared, store, state, lock, live
License
MIT
Install
npm install redux-socket-client@0.1.17

Documentation

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. :)