An open API service indexing awesome lists of open source software.

https://github.com/hubcarl/http-server-hybrid-app

基于Http Server的Android Hybrid 框架实现
https://github.com/hubcarl/http-server-hybrid-app

httpserver hybrid socket

Last synced: 3 months ago
JSON representation

基于Http Server的Android Hybrid 框架实现

Awesome Lists containing this project

README

        

# 基于Http Server的Android Hybrid 框架实现

在Android APP里面通过Service启动一个Socket Http 服务,暴露http://127.0.0.1:8888 http服务, 然后H5页面通过发起ajax请求就能和Native进行通信了