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.
Comments
Post a Comment