Archived

This forum has been archived. Please start a new discussion on GitHub.

Observation: server stubs and proxies same files

Is there a way to separate server stubs from proxies? For example, we don't need the server code for a client proxy, nor vice versa, necessarily. And although there could be clients within a server subsystem, then we would simply include the requisite proxies within that subsystem. Thank you.

Comments

  • benoit
    benoit Rennes, France
    Sorry, it's not possible. Can you detail why you need to have them in separate files?

    Cheers,
    Benoit.
  • Technically speaking, it's good SOLID design: separation of concerns, server stubs from client proxies. Also, from legal/licensing perspective: so there's no confusion where the servants are running in our ecosystem.