Hessian
From Resin 3.0
(Difference between revisions)
Line 16: | Line 16: | ||
{{:Hessian - C# Implementation}} | {{:Hessian - C# Implementation}} | ||
− | + | ||
+ | == PHP == | ||
+ | |||
+ | {{:Hessian - PHP Implementation}} |
Revision as of 19:44, 19 January 2006
The Hessian binary web service protocol makes web services usable without
requiring a large framework, and without learning yet another alphabet
soup of protocols. Because it is a binary protocol, it is well-suited
to sending binary data without any need to extend the protocol
with attachments.
Contents |
Hessian Downloads
See http://www.caucho.com/hessian for the current downloadable versions.
Language Implementations
.NET C#
C# implementation of Hessian is available at http://www.hessiansharp.org under the GPL at Sourceforge by Dimitri Minich, Vit\ aliy Byelyenkiy and André Voltmann.
PHP
A PHP implementation of Hessian is available under the GPL at http://hessianphp.sourceforge.net by Manolo Gómez.