# test-socketio **Repository Path**: jackyzhao001/test-socketio ## Basic Information - **Project Name**: test-socketio - **Description**: test socket.io server - **Primary Language**: NodeJS - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-20 - **Last Updated**: 2023-06-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # test-socketio #### 介绍 test socket.io server #### 使用说明 1. install nodejs (ubuntu) curl -sL https://deb.nodesource.com/setup_16.x | sudo -E bash - sudo apt-get install -y nodejs 2. clone repository -> test-socketio 3. cd test-socketio npm i 4. start socket.io server node server.js 5. run socket.io client node client.js