# Java-websocket **Repository Path**: ckl996/Java-websocket ## Basic Information - **Project Name**: Java-websocket - **Description**: java 编写websocket简单实例 浏览器使用:console控制台编写 var ws = new WebSocket("ws://127.0.0.1:8887/"); ws.onmessage = function(msg){console.log("msg received ", msg)}; ws.send("Hi, This is Jmeter!") - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-09 - **Last Updated**: 2023-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README No README documentation available for this project.