# express-test-plc **Repository Path**: EightDoor/express-test-plc ## Basic Information - **Project Name**: express-test-plc - **Description**: express 路由中间件拦截 发送plc请求 阻塞 plc获取, 达到只存在一个连接的目的 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-08 - **Last Updated**: 2022-06-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 使用 - 运行`npm run dev` (连接plc) - 运行`npm run client1` (启动写入数据) - 运行`npm run client` (启动获取数据) - 运行`npm run client1` (启动写入数据) # 实现目的 - 路由中间件拦截写入请求,阻塞读取请求,达到发送写入程序成功