NetEase / pomelo

A fast,scalable,distributed game server framework for Node.js.
http://pomelo.netease.com
MIT License
11.86k stars 2.9k forks source link

Change NodeJS version | replace pomelo-jsclient-websocket, pomelo-node-client-websocket with Socket.IO #1164

Open sonnuyadav opened 4 years ago

sonnuyadav commented 4 years ago

Hi, Previously I was using pomelo-jsclient-websocket, pomelo-node-client-websocket in pomelo for my game. Now I am thinking of shifting to use web-socket | socket.io in my current game. There are changes in node-modules and game-server/app.js file. Also want to upgrade my node version 6.11.0 to latest LTS. What are the other changes required to do so?