# uni-tcp-node **Repository Path**: h_h_b/uni-tcp-node ## Basic Information - **Project Name**: uni-tcp-node - **Description**: node.js 服务器+uni-app客户端,tcp通讯 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-11-23 - **Last Updated**: 2023-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # uni-tcp-node #### 介绍 node.js 服务器+uni-app客户端,tcp通讯Demo #### 软件架构 node.js 服务器+uni-app客户端,tcp通讯Demo #### 服务端安装 1. git clone git@gitee.com:hhbman/uni-tcp-node.git 2. cd tcp-services 3. npm install 4. 配置HOST、PORT为服务端主机对应 5. node app.js #### 客户端安装 1. 导入uni-app 2. 修改const h = "192.168.1.3", p = 9998;为服务端对应 3. 运行至安卓真机