leoyuan.github.io icon indicating copy to clipboard operation
leoyuan.github.io copied to clipboard

Node开发的一些经验分享

Open LeoYuan opened this issue 8 years ago • 0 comments

自己陆陆续续也写了三四年Node了,对Node开发也慢慢有了些了解和积累,在此做些记录,一来可以帮助想学Node的同学,另外自己想要查阅的时候也更方便些~

Node基础知识

  1. 文件操作
  2. 探测字符编码
  3. 压缩与解压缩
  4. Stream(流)
  5. HTTP请求
  6. 几种异步模型
  7. process对象
  8. 单元测试
  9. 覆盖率测试
  10. NPM

Node工具开发

  1. 菜单开发

Node Server开发

  1. Web框架
  2. 多进程模型

LeoYuan avatar Apr 10 '16 13:04 LeoYuan