Designing a frontend/backend architecture
Posted
by wrp
on Stack Overflow
See other posts from Stack Overflow
or by wrp
Published on 2010-06-02T02:28:29Z
Indexed on
2010/06/02
2:33 UTC
Read the original article
Hit count: 273
What are some good information sources on designing programs with a client/server architecture? This is for development of a desktop application, not a Web service. The only books I have found on client/server apps deal with the case of a thin client connecting to a remote database. Two good examples of what I mean are Mathematica and SuperCollider.
I'm looking for platform- and language-agnostic discussion of the issues in developing a frontend/backend system. Especially useful topics would be allocation of responsibilities and options for message passing.
© Stack Overflow or respective owner