官网地址:https://github.com/RestExpress/RestExpress
原文的定义是这么说的:
RestExpress is the easiest way to create RESTful web services in Java. An extremely Lightweight, Fast, REST Engine and API for Java. Supports JSON and XML serialization automagically as well as ISO 8601 date formats. A thin wrapper on Netty IO HTTP handling, RestExpress lets you create performant, stand-alone REST web services rapidly.
如果用netty开发rest服务可以试试。
资料较少baidu几乎搜不到,查询相关资料需要用google
RestExpress是一款用于Java的轻量级、快速REST引擎及API,支持JSON和XML序列化,并且使用了ISO8601日期格式。它基于Netty IO HTTP处理,能够帮助开发者快速创建高性能的独立REST Web服务。
644

被折叠的 条评论
为什么被折叠?



