# tcp服务器 **Repository Path**: ZhangYuZai/tcp-server-web ## Basic Information - **Project Name**: tcp服务器 - **Description**: 使用nodejs tcp websocket服务编写pdf在线协作案例 pdf官方开源项目UI:https://github.com/PDFTron/webviewer-ui 官网地址:https://pdfjs.express/documentation/ui-customization/default-ui - **Primary Language**: NodeJS - **License**: ISC - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 0 - **Created**: 2020-10-12 - **Last Updated**: 2022-07-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 项目说明 ## server目录 server目录为服务器目录 # 使用时请安装nodejs ```javascript cd myserver node web_server.js ``` ```javascript cd myserver/ npm run gateway ``` ```javascript cd myserver/ npm run pdf ``` ## client目录 client目录为客户端,客户端可以是网页,也可以是其他平台,没有限制。服务器主要处理客户端发来的数据 ```javascript cd client/tcp_client npm run dev ``` ## 服务端效果 ![](./myserver/www_root/7.gif) ## 客户端为pdf项目 官方地址: https://pdfjs.express/documentation/ui-customization/default-ui