Re: [protobuf] Protobuf over HTTP

2010-11-24 Thread Pavel Shramov
On Wed, Nov 24, 2010 at 02:54:58AM -0800, mvbaffa wrote: Do you have any reference of a real example sending and receiving information using, including HTTP protocol. Search mailing list for 'http'. It was discussed numerious times already. For example I'm using protobuf over http (with

Re: [protobuf] Protobuf over HTTP

2010-11-24 Thread Marc Gravell
Note that the protobuf-net *inside WCF* is going to be largely .NET/WCF specific. If you want to talk cross-platform, vanilla HTTP would be preferable, or alternatively just transfer a `byte[]` or `Stream` in your regular web-service tools of choice. (note also: MTOM may be helpful if your