1、server服务端实现
https://blog.youkuaiyun.com/zsj777/article/details/115976223
2、js代码生成
https://blog.youkuaiyun.com/zsj777/article/details/116060262
3、客户端代码index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>WebSocket Chat</title>
<script src="imbody.js"></script>
</head>
<body>
<form onsubmit="return false;">
<h3>WebSocket 聊天室:</h3>
<textarea id="responseText" style="width: 500px; height: 300px;"></textarea>
<br>
<input type="text" name="message" style="width: 300px" value="Welcome to www.waylau.com