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
jacobgroundwater edited this page Feb 3, 2013
·
2 revisions
How do I use Federation with client applications?
Use proxy actors.
Create a proxy actor on the server that talks to the client application.
The proxy actor can relay messages on behalf of the client.
This separates responsibilities cleanly.
Federation does not care what transport you talk to the client with, ajax, socket.io, whatever.
The client application doesn't need to know anything about Federation.