Is it a good thing for a custom rest protocol to be binary based instead of text based like Http?
问题 Have you ever seen a good reason to create a custom binary rest protocol instead of using the basic http rest implementation? I am currently working on a service oriented architecture framework in .Net responsible for hosting and consuming services. I don't want to be based on an existing framework like Remoting or WCF, because I want total flexibility and control for performing custom optimization. So here I am trying to find the best protocol for handling this SOA framework. I like the