All Projects → damonare → node-sample

damonare / node-sample

Licence: other
A simple node application

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Labels

node-sample

本node应用实现了一个文件上传功能,涉及知识点有:服务端JavaScript、函数式编程、阻塞与非阻塞、回调、事件、内部和外部模块等等。可谓麻雀虽小,五脏俱全。

  • 文件上传显示在本地浏览器(允许用户上传图片,并将该图片在 浏览器中显示出来)
  • 平时的部分测试代码
  • 充分添加注释,有没说清楚欢迎联系我[email protected]或是直接提issue
  • lib文件夹内为babel转码后的ES5代码,src为ES6语法版本

操作方法

//安装依赖
npm install
//运行应用
node index
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].