-
Notifications
You must be signed in to change notification settings - Fork 27
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
Clarify in the documentation if client-side apps are supported #14
Comments
It should be possible providing that the WCF endpoint uses security On Wed, Jul 13, 2016 at 11:44 PM, Carl Patenaude Poulin <
I'm on Twitter (@YaronNaveh http://twitter.com/#!/YaronNaveh) |
I guess I asked the wrong question. I was wondering if wcf.js could be used as a client-side library. |
If you need Wcf.js to do message-level security stuff, then Wcf.js has the dependency chain wcf.js-->ws.js-->xml-crypto which in turn depends on the node.js crypto module. If wcf.js will have all of its dependencies including crypto available it will work on the client side. I know in the past someone tries to make xml-crypto work on a browser and had to manually change the crypto module to another one which was available on the browser. If you do not use message-level security (but rather use ssl or no security) then you probably don't need the xml-crypto dependency anyway. |
I have a UWP app written in TypeScript. I'd like to use WCF.js to talk to WCF endpoints. Is that feasible?
The text was updated successfully, but these errors were encountered: