摘要: nginx是最好的反向代理服务器。node.js是。。。好吧 ,不介绍了,猛击这里现在小介绍下怎么用nginx和node.js配合使用。先写个helloworld.js[javascript]view plaincopyprint?varhttp=require('http');http.createServer(function(request,response){response.writeHead(200,{'Content-Type':'text/plain'});response.end('helloworld\n'); 阅读全文
posted @ 2013-04-02 10:56 meetrice 阅读(211) 评论(0) 推荐(0)