rename render-message event into agen-message

This commit is contained in:
Enrique Hernandez 2021-02-23 14:43:40 -06:00
commit b46ff83de6
3 changed files with 20 additions and 29 deletions

View file

@ -1,7 +1,7 @@
const WebSocket = require("ws");
const wss = new WebSocket.Server({
port: 8081
port: 8760
});
wss.on("connection", function connection(ws, req) {