const WebSocket = require('ws');. const wss = new WebSocket.Server({ port: 8081 });. wss.on('connection', ws => {. onConnection(ws);.
確定! 回上一頁