If your application uses both a HTTP server and a WebSocket, you can configure ... createServer(app); var io = require('socket.io')(http); ...
確定! 回上一頁