1.Nodejs提供了net模块给我们,所以我们创建TCP服务器很简单:require('net').createServer(function(socket) { new connectionsocket.on(&