Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Hessian (Web service protocol)
Software under Apache License

Hessian is a binary Web service protocol that makes Web services usable without requiring a large framework, and without learning a new set of protocols [weasel words]. Because it is a binary protocol, it is well-suited to sending binary data without any need to extend the protocol with attachments.

Hessian was developed by Caucho Technology, Inc. The company has released Java, Python and ActionScript for Adobe Flash implementations of Hessian under an open source license (the Apache license). Third-party implementations in several other languages (C++, C#, JavaScript, Perl, PHP, Ruby, Objective-C, D, and Erlang) are also available as open-source.

We don't have any images related to Hessian (Web service protocol) yet.
We don't have any YouTube videos related to Hessian (Web service protocol) yet.
We don't have any PDF documents related to Hessian (Web service protocol) yet.
We don't have any Books related to Hessian (Web service protocol) yet.
We don't have any archived web articles related to Hessian (Web service protocol) yet.

Adaptations

Although Hessian is primarily intended for Web services, it can be adapted for TCP traffic by using the HessianInput and HessianOutput classes in Caucho's Java implementation.

Implementations

See also

  • Free and open-source software portal