1、AndServer

AndServer是Android平台的Web Server和Web Framework。 它基于编译时注解提供了类似SpringMVC的注解和功能,如果您熟悉SpringMVC,则可以非常快速地掌握它。

源码地址: https://github.com/yanzhenjie/AndServer 
文档地址: https://www.yanzhenjie.com/AndServer 
旧版文档: https://www.yanzhenjie.com/AndServer/1.x

特性

    • 部署静态网站
    • 使用注解开发Http Api
    • 全局请求拦截器,使用注解,全局多个
    • 全局异常处理器,使用注解,全局唯一
    • 全局消息转换器,使用注解,全局唯一

https://blog.csdn.net/fei20121106/article/details/80098679

https://blog.csdn.net/suyimin2010/article/details/91351238

AndServer,一个Android端的web服务器

 

 

2、nanohttpd

https://github.com/NanoHttpd/nanohttpd

 

相关文章:

  • 2022-02-23
  • 2022-12-23
  • 2021-11-11
  • 2021-11-27
  • 2021-10-16
  • 2021-11-22
  • 2021-10-19
猜你喜欢
  • 2021-07-04
  • 2021-12-16
  • 2022-01-28
  • 2021-06-24
  • 2021-11-03
  • 2021-11-04
  • 2021-10-30
相关资源
相似解决方案