rename render-message event into agen-message
This commit is contained in:
parent
af47f884d1
commit
b46ff83de6
3 changed files with 20 additions and 29 deletions
|
|
@ -1,7 +1,7 @@
|
|||
const WebSocket = require("ws");
|
||||
|
||||
const wss = new WebSocket.Server({
|
||||
port: 8081
|
||||
port: 8760
|
||||
});
|
||||
|
||||
wss.on("connection", function connection(ws, req) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue