您的位置:首页技术文章
文章详情页

node.js - 用socket.io实现一个websocket server

浏览:59日期:2023-09-28 08:09:04

问题描述

问题解答

回答1:

Note: Socket.IO is not a WebSocket implementation ... That is why a WebSocket client will not be able to successfully connect to a Socket.IO server, and a Socket.IO client will not be able to connect to a WebSocket server ...

-- README.md

回答2:

传送门:

github: NetEase/pomelo

网易开源基于Node.js的游戏服务器框架pomelo

标签: web
相关文章: