node.js+Android http请求响应
上次做了一个demo,试验如何用node.js响应get post请求,http请求使用的浏览器。我现在正在学Android,所以决定写一个两者结合的demo。node.js做服务端接收get post请求,android做客户端发送get post请求。相关阅读:http://www.linuxidc.com/Linux/2012-02/53536.htm与 http://www.linuxidc.com/Linux/2012-02/53537.htm先...