Next chapters depend on your use case. Find the closest client-side and server-side case and then go to right chapters.

Server

Node.js Server

When you should choose it:

Benefits:

Next step:

Proxy Server

When you should choose it:

Benefits:

Next step:

Mixed Server

When you should choose it:

Next step:

  1. Read Starting Logux Server.
  2. Set LOGUX_BACKEND or backend option.
  3. All actions with server.type() and all subscriptions with server.channel() will be processed by Logux Server. All actions and subscriptions without these definitions will be sent to HTTP server from backend option.

Client

Logux Redux or Vuex

When you should choose it:

Benefits:

Next step:

Logux Client

When you should choose it:

Benefits:

Next step:

Peer-to-peer

When you should choose it:

Next step: