You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Server need a connections and users container, to make it possible for horizontal scalins, making subscriptions plugins and ability to send messages to other connections.
Part that will store and share connections and users by id is Adapter.
Create EventEmitter based Adapter (use by default)
Create RedisEventEmitter based Adapter
Needs to add functions to push messages to clients.
Create plugin for client-side routing.
The text was updated successfully, but these errors were encountered:
Server need a connections and users container, to make it possible for horizontal scalins, making subscriptions plugins and ability to send messages to other connections.
Part that will store and share connections and users by id is Adapter.
Needs to add functions to push messages to clients.
The text was updated successfully, but these errors were encountered: