下拉刷新
Repository Details
Shared bynavbar_avatar
repo_avatar
HelloGitHub Rating
0 ratings
基于 Netty4 实现的快速、轻量级 Web 框架
FreeApache-2.0
Claim
Collect
Share
946
Stars
Yes
Chinese
Java
Language
No
Active
3
Contributors
12
Issues
Yes
Organization
2.0.2
Latest
212
Forks
Apache-2.0
License
More
基于 Netty4 实现的快速、轻量级 Web 框架。没有过多的依赖,核心 jar 包仅 30KB。一行代码即可启动 HTTP 服务,支持灵活的传参方式。[中文文档](https://github.com/TogetherOS/cicada/blob/master/README-ZH.md),示例代码: ```java public class MainStart { public static void main(String[] args) throws InterruptedException { CicadaServer.start(MainStart.class,"/cicada-example") ; } } ```
Included in:
Vol.30

Comments

Rating:
No comments yet