# socketio_test **Repository Path**: mmy83/socketio_test ## Basic Information - **Project Name**: socketio_test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-09-28 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #socketio_test 一个websocket的简单例子,使用了socket.io扩展,服务端是nodejs 需要安装socket.io npm install socket.io 服务端运行 node app.js 浏览器访问 http://127.0.0.1:8080 打开多个浏览器可见推送效果