Skip to content
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.

Clone this wiki locally