nodejs 간단 파일서버1 [nodejs]nodejs로 만들어본 간단한 파일 서버 아래 링크에 있는 예제인데, 버전이 달라서 그런지 그대로 치면 안돌아간다.. 그래서 최신 버전(그래봐야 0.6)으로 변경해서 올림. http://net.tutsplus.com/tutorials/javascript-ajax/learning-serverside-javascript-with-node-js/ 파일명 simpleStaticFileServer.js 실행 $ node simpleStaticFileServer.js 브라우저에서 아래 URL에 접속 http://localhost:8080/simpleStaticFileServer.js 요딴식으로 나온다. (파일경로를 정확히 지정해 줘야하니 살짝 귀찮.....ㅡㅡ;) 소스 var util = require("util"), http = require("http.. 2012. 2. 6. 이전 1 다음