nodejs tcp server:具有简单协议的简单tcp套接字服务器 源码
Node.js简单的TCP服务器客户端 具有简单协议的简单tcp套接字服务器。 用法 用npm run compile打字稿代码 要运行服务器: npm run start-server 运行客户端: npm run start-client Usage: 1. "+" command. Sums the arguments given after "+". Arguments can be float and comma separated. Example: +1,2 and +-13.23,1253.2 2. "*" command. Multiplies the arguments given after "*" Example: *1,0 and *-13.23,1253.2 3. "close" command. Shutdowns the
文件列表
nodejs-tcp-server-master.zip
(预估有个12文件)
nodejs-tcp-server-master
.eslintrc
281B
src
util.ts
1KB
client.ts
475B
server.ts
2KB
tsconfig.json
207B
README.md
1KB
tests
add.test.js
1KB
暂无评论