Skip to content

Instantly share code, notes, and snippets.

@elierotenberg
Created February 6, 2015 09:34
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elierotenberg/927e55630d16e1f5e266 to your computer and use it in GitHub Desktop.
Save elierotenberg/927e55630d16e1f5e266 to your computer and use it in GitHub Desktop.
Full stack Flux
Full stack flux
^ Actions go up v Updates go down
PostgreSQL (shardable)
^ Stored procedures v NOTIFY
Node PostegreSQL/redis broker (clusterable)
^ PUBLISH v SUBSCRIBE
redis MQ (shardable)
^ PUBLISH v SUBSCRIBE
Node Nexus-Flux-Socket.io Server (clusterable)
^ Socket.io v Socket.io
Nexus-Flux-Socket.io Client (Browser or Node Renderer) (distributed)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment