TCP模块

可以快速上手的开发文档

#TCP模块

深入Node TCP模块的理解

1.TCP在Node.js中,提供了net模块用来实现TCP服务器和客户端的通信。1.1TCP服务器net.createServer([..