wcf.js
wcf.js copied to clipboard
NET TCP
Hi,
I was wondering when you are thinking of adding support for Net TCP? If it is far away, could you point me in the direction of what needs to be done?
Thanks Neil
Hi, I don't plan to implement it soon. I do not think it will be easy. First you need to implement the xml binary encoding protocol (which is mandatory in net tcp) and then the net tcp transport. Both should have detailed spec somewhere but I suspect they are complex. Much easier for you is to add another non-netTCP endpoint to the WCF service or use a proxy between node and wcf.