node-image
使用 node 开发的 Web 应用。 功能很简单:选择一张图片,点击上传,然后浏览器就会显示该图片。
How to use
$ git clone https://github.com/carolyicheng666/node-image.git
$ cd node-image && npm install
$ node index.js
打开 http://localhost:8888/start 即可看到效果。
有兴趣的可以看看这个古老的入门教程。
使用 node 开发的 Web 应用。 功能很简单:选择一张图片,点击上传,然后浏览器就会显示该图片。
$ git clone https://github.com/carolyicheng666/node-image.git
$ cd node-image && npm install
$ node index.js
打开 http://localhost:8888/start 即可看到效果。
有兴趣的可以看看这个古老的入门教程。