All Projects → sofastack → Sofa Hessian

sofastack / Sofa Hessian

Licence: apache-2.0
An internal improved version of Hessian powered by Ant Financial.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Sofa Hessian

Sofa Rpc
SOFARPC is a high-performance, high-extensibility, production-level Java RPC framework.
Stars: ✭ 3,479 (+3213.33%)
Mutual labels:  hessian, sofastack
Sofa Ark
SOFAArk is a light-weight,java based classloader isolation framework.
Stars: ✭ 990 (+842.86%)
Mutual labels:  sofastack
sofa-bolt-cpp
The C++ implementation of the SOFABolt protocol.
Stars: ✭ 21 (-80%)
Mutual labels:  sofastack
Robotics Toolbox Python
Robotics Toolbox for Python
Stars: ✭ 369 (+251.43%)
Mutual labels:  hessian
sofastack.tech
Source for the SOFAStack website https://www.sofastack.tech
Stars: ✭ 87 (-17.14%)
Mutual labels:  sofastack
Xxl Rpc
A high performance, distributed RPC framework.(分布式服务框架XXL-RPC)
Stars: ✭ 493 (+369.52%)
Mutual labels:  hessian
kc-sofastack-demo
SOFAStack Demo for SOFAStack Cloud Native Workshop on KubeCon China 2019
Stars: ✭ 37 (-64.76%)
Mutual labels:  sofastack
Jupiter
Jupiter是一款性能非常不错的, 轻量级的分布式服务框架
Stars: ✭ 1,372 (+1206.67%)
Mutual labels:  hessian
Kc Sofastack Dynamic Demo
SofaStack Dynamic Module Demo
Stars: ✭ 15 (-85.71%)
Mutual labels:  sofastack
Sofa Lookout
SOFALookout is a light-weight monitoring and analysis tool
Stars: ✭ 342 (+225.71%)
Mutual labels:  sofastack
Dubbogo
a golang micro-service framework compatible with alibaba dubbo
Stars: ✭ 258 (+145.71%)
Mutual labels:  hessian
Sofa Rpc Boot Projects
SOFABoot projects for SOFARPC, include starter and samples.
Stars: ✭ 279 (+165.71%)
Mutual labels:  sofastack
Sofa Rpc Node
SOFARPC Node is a high-performance, high-extensibility, production-level Nodejs RPC framework.
Stars: ✭ 520 (+395.24%)
Mutual labels:  sofastack
Pudding
Pudding 是一款迷你级分布式服务框架
Stars: ✭ 24 (-77.14%)
Mutual labels:  hessian
Egg Sofa Rpc
SOFARPC plugin for egg
Stars: ✭ 71 (-32.38%)
Mutual labels:  sofastack
ada-hessian
Easy-to-use AdaHessian optimizer (PyTorch)
Stars: ✭ 59 (-43.81%)
Mutual labels:  hessian
Sofa Boot
SOFABoot is a framework that enhances Spring Boot and fully compatible with it, provides readiness check, class isolation, etc.
Stars: ✭ 4,437 (+4125.71%)
Mutual labels:  sofastack
Rxcache
A local reactive cache for Java and Android. Now, it supports heap memory、off-heap memory and disk cache.
Stars: ✭ 102 (-2.86%)
Mutual labels:  hessian
Sofastack
SOFAStack™ (Scalable Open Financial Architecture Stack) is a collection of cloud native middleware components, which are designed to build distributed systems with high performance and reliability, and have been fully validated by mission-critical financial business scenarios.
Stars: ✭ 96 (-8.57%)
Mutual labels:  sofastack
Sofa Tracer
SOFATracer is a component for the distributed system call trace. And through a unified traceId logging the logs of various network calls in the invoking link. These logs can be used for quick discovery of faults, service governance, etc.
Stars: ✭ 881 (+739.05%)
Mutual labels:  sofastack

SOFA-Hessian

Build Status Coverage Status License

Hessian 是一个性能较优且兼容性较好的二进制序列化协议。

SOFA-Hessian 基于原生 Hessian v4.0.51 进行改进,目前已经蚂蚁金服内部稳定运行多年。我们修复了一些 bug,增强了一些功能,并且添加了一些特性,包括:

  • 增加泛化序列化。
  • 增加 ClassNameResolverClassNameFilter 用于类名的映射、转换、过滤等。
  • 增加序列化黑名单(来自蚂蚁金服安全团队)。
  • 改进 SerializerFactory 内缓存的锁机制。
  • 更多参见:改进点

需要

  • JDK 6 及以上。

文档

开源许可

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].