C# based lightweight application layer protocol - alternative to HTTP -


i'm pretty new in c# , i'm developing c#(wpf) application client/server architecture, , i'll need communicate between 2 machines(only short jsons, lot of them), , http "heavy" headers etc. exist alternative http on application layer?

sure, why not use wcf.

that way can specify type of communication method, named pipes, shared memory, http, tcp etc.

http://msdn.microsoft.com/en-us/library/dd936243.aspx


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

CSS3 Transition to highlight new elements created in JQuery -