LeoYuan / leoyuan.github.io

This is my blog repo.
http://leoyuan.github.io
17 stars 2 forks source link

Node开发的一些经验分享 #29

Open LeoYuan opened 8 years ago

LeoYuan commented 8 years ago

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

Node基础知识

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

    Node工具开发

  11. 菜单开发

    Node Server开发

  12. Web框架
  13. 多进程模型