Nodejs-其他模块

本文记录Node的一些其他内置模块,比如os模块能获取操作系统方面的信息,util提供各种功能,如同步输出、字符串格式化、继承,dns模块能查找DN...     Read more
KING's avatar
KING Oct 28, 2016 Oct 28, 2016 UPDATED

Nodejs-HTTP模块

Node最重要的能力就是能非常迅速的实现HTTP和HTTPS服务,node提供内置的http和https模块。http模块是底层的,不提供路由,co...     Read more
KING's avatar
KING Oct 28, 2016 Oct 28, 2016 UPDATED

Nodejs-文件系统

参考自:Node....     Read more
KING's avatar
KING Oct 28, 2016 Oct 28, 2016 UPDATED

Nodejs-事件、监听器、定时器、回调

node通过事件驱动模型提供了强大的扩展性和性能,node不同于其他Web服务器采用的传统线程模型     Read more
KING's avatar
KING Oct 26, 2016 Oct 26, 2016 UPDATED

npm常用命令及入门笔记

    Read more
KING's avatar
KING Oct 21, 2016 Oct 21, 2016 UPDATED