Files
redkale/README.md
2016-01-06 18:03:18 +08:00

17 lines
927 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<h1>项目介绍</h1>
<p>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RedKale 是基于Java 8的微服务框架 包含HTTP、WebSocket、TCP/UDP、数据序列化、数据缓存、依赖注入等功能。
<br/>其功能相当于 Tomcat + Mina + Struts + Spring + Hibernate + RMI + Json + Memcached 的综合体。
</p>
<strong>RedKale 有如下主要特点:</strong>
<ol>
<li>大量使用Java 8新特性接口默认值、Stream、Lambda、JDk8内置的ASM包</li>
<li>HTTP层内置json功能与限时缓存功能</li>
<li>TCP层使用NIO.2TCP与UDP提供统一接口</li>
<li>分布式与集中式可以无缝切换</li>
<li>数据缓存自动同步与简洁的数据层操作接口</li>
<li>功能强大 但体积不到1.5M,且不依赖任何第三方包</li>
</ol>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<h5>详情请访问:&nbsp;&nbsp;&nbsp;&nbsp;<a href='http://www.redkale.or'>http://www.redkale.org</a></h5>