Hessian is a serialization component , the official website is : http://hessian.caucho.com/
- 1, It seems that the codes hosted in several websites (sourceforge and googlecode) , and the version of code is too old . We can host the codes here and maintain continuously
- 2, Collect all repos about hessian and find the best code of every language
- 3, Some code has been found to have multiple versions, maintained independently, somewhat fragmented, considered merging, and developed together.
- 4, Establish a community of Hessian to unite all the developers and users of hessian. Including the original author, each language client author
《How about building a more open Hessian community? 》 , is initiated by @wongoo and @lovepoem
- https://github.com/ebourg/hessian - A Github mirror of the official Subversion repository
- https://github.com/apache/dubbo-hessian-lite - An Apache Dubbo embed version of official hessian
- https://github.com/sofastack/sofa-hessian - An internal improved version of Hessian powered by Ant Financial
- https://github.com/apache/dubbo-go-hessian2 - Caucho hessian2 implementation in Go for apache/dubbo-go which is compatible with dubbo-hessian-lite
- https://github.com/dubbogo/hessian1.2 - Caucho hessian1.0.2 implementation
- https://github.com/node-modules/hessian.js - Js hessian binary web service protocol, support communicate with java
- https://github.com/crazyxman/hessian-parser - A PHP implementation of Hessian
- https://sourceforge.net/projects/hessianphp/ - A PHP implementation of Hessian is available under the GPL at Sourceforge by Manolo Gomez.
- https://github.com/bgilmore/mustaine - Hessian RPC library for Python http://pypi.python.org/pypi/mustaine
- https://sourceforge.net/projects/hessiancpp/ - Aldratech's C++ implementation of Hessian is available at Sourceforge.
- https://code.google.com/archive/p/cotton/ - Ben Hood has written a Erlang implementation of Hessian, available at Sourceforge.
- https://sourceforge.net/projects/hessianruby/ - HessianRuby is a library that implements the Hessian binary web services protocol for Ruby.
- https://sourceforge.net/projects/hessiancsharp/ - C# implementation of Hessian is available under the LGPL at Sourceforge by Dimitri Minich, Vitaliy Byelyenkiy and Andre Voltmann.
- http://cwiki.apache.org/CAY/cocoa-cayenne.html - The Cocoa Cayenne project contains an Objective C implementation of Hessian
- http://sourceforge.net/projects/hessiankit - HessianKit is an Objective C implementation of Hessian that targets Mac OS X 10.5 and the iPhone