Node.js Socket网络编程

*Code出自《Node.js开发实战》Chapt.3


TCP socket

'use strict';
const fs = require('fs');
const net = require('net');
const filename = process.argv[<

你可能感兴趣的:(大前端和跨平台技术,node.js,socket)