# WebSocket **Repository Path**: isayme/websocket ## Basic Information - **Project Name**: WebSocket - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 2 - **Created**: 2013-07-04 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README **web socket环境:** apache-tomcat-7.0.41 jdk 1.6.26 **文件:** index.html Utils.java MySocketServlet.java MyMessage.java MyClientServlet.java **测试:** 访问index.html链接socket, 使用页面发送消息, 访问client.do?msg=xxx发送系统消息 **本代码使用tomcat提供Socket的代码修改而来!~**