mTCPJSON:具有类的模块,可通过TCP以JSON格式发送和接收数据

时间:2024-06-14 23:52:56
【文件属性】:

文件名称:mTCPJSON:具有类的模块,可通过TCP以JSON格式发送和接收数据

文件大小:11KB

文件格式:ZIP

更新时间:2024-06-14 23:52:56

JavaScript

mTCPJSON 具有类的模块,可通过TCP以JSON格式发送和接收数据。 入门 通过NPM安装mTCPJSON。 npm install mtcpjson 可选:将mtcpjson重命名为mTCPJSON :npm无法处理模块名称中大写字符的复杂性。 Windows上的Node.js不会出现此问题,因此使用该模块不需要重命名文件夹。 在您的项目中需要mTCPJSON。 var mTCPJSON = require("mTCPJSON"); 实例化cServer以接受连接并发送/接收数据。 var oTCPJSONServer = new mTCPJSON.cServer(); oTCPJSONServer.on("connect", fHandleConnection); function fHandleConnection(oTCPJSONConnection) {


【文件预览】:
mTCPJSON-master
----.gitignore(601B)
----package.json(635B)
----cServer.js(3KB)
----cConnection_fsParseMessages.js(2KB)
----test-client.js(2KB)
----cConnection.js(3KB)
----index.js(220B)
----test.js(1KB)
----publish.cmd(822B)
----README.md(7KB)
----.npmignore(628B)
----.gitattributes(378B)
----test-server.js(1KB)
----fConnect.js(1KB)
----dxSettings.js(122B)

网友评论