Hacker News new | ask | show | jobs
by reubenbond 4050 days ago
What is a good alternative to WCF if I want Binary+TCP. I used WCF in the past and didn't have trouble with it, but there is seething hatred for it in this thread.

For the record, I eschewed XML configuration for code and instead of supporting a range of protocols/transports, I used binary over TCP.

1 comments

Would really like to know the same. I do get the hatred, but is there an alternative to exposing your API via HTTP and TCP in a simple way?