Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

User friendly #5

Closed
darkl opened this issue May 4, 2013 · 0 comments
Closed

User friendly #5

darkl opened this issue May 4, 2013 · 0 comments

Comments

@darkl
Copy link
Member

darkl commented May 4, 2013

There should be an easy way to start using WampSharp, without plugging components one inside another.

The proposed idea is to have two main entry points:

-WampChannel - provides IWampServer proxies or IWampRpcClientFactory, the only parameter it gets in the constructor is the address of the server to connect to. (Note that a IWampServer proxy is tied to a IWampClient, so the user should pass an IWampClient to the method that provides the IWampServer proxy)
-WampServiceHost - provides a WampListener that routes messages to a given custom WampServer or to a predefined WampServer that routes RPC calls to user methods and etc.

Dependency injection (Ninject) looks suitable here, but should be checked.

@darkl darkl closed this as completed Jul 9, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant