Skip to content

Share redux state across the network between clients and servers!

Notifications You must be signed in to change notification settings

baptistemanson/redux-share-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redux Share Examples

  /$$$$$$  /$$
 /$$__  $$| $$
| $$  \__/| $$$$$$$   /$$$$$$   /$$$$$$   /$$$$$$
|  $$$$$$ | $$__  $$ |____  $$ /$$__  $$ /$$__  $$
 \____  $$| $$  \ $$  /$$$$$$$| $$  \__/| $$$$$$$$
 /$$  \ $$| $$  | $$ /$$__  $$| $$      | $$_____/
|  $$$$$$/| $$  | $$|  $$$$$$$| $$      |  $$$$$$$
 \______/ |__/  |__/ \_______/|__/       \_______/

/!\ It is highly experimental. /!
See the video presentation

Redux share is a middleware for redux to stream actions via a websocket between one or several clients and a server. It allows you to develop realtime, collaborative applications and games.

It uses a server and a client.

To see an example with a React implementation, go to: react-redux-share-example

Dev mode: Use local version of the repo

If you wish to use your own modified client and server instead of the github one.

| redux-share-server/.git
| redux-share-client/.git
| redux-share-examples/
                      simple-client/
                      simple-server/

You can run in each example folder:

$npm run local

This mechanism works with symbolic link. Delete and re-run to revert back to the official version of the server and client.

About

Share redux state across the network between clients and servers!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published