今天试了一下node.js 创建一个服务居然如此的简单,没忍住要分享给大家!
1.安装NODE.JS
brew cask install node
2.写一个简单的例子,保存为ex.js
3.运行
4.看,hello dongdong
增强版(访问目录下的所有文件)
You can use Connect and ServeStatic with Node.js for this:
1.Install connect and serve-static with NPM
$ npm install connect serve-static
2.Create server.js file with this content:
var connect = require(‘connect’);
var serveStatic = require(‘serve-static’);
connect().use(serveStatic(“/Users/jiangtao/site/ “)).listen(8080);
3.Run with Node.js
$ node server.js
You can now go to http://localhost:8080/yourfile.html
把文件放在/Users/jiangtao/site/ 目录就好
示例文件下载:ex.js
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/100445.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...