Pycharm + node.js plug in + socket.io Permanently deleted user Created June 01, 2018 15:20 Hi, I have recently installed node.js and npm plugin in my Pycharm, but I am wondering how I can install socket.io package in my node.js. Can anyone help?
running
npm install socket.io --savein your project dir should do the thing. See https://www.npmjs.com/package/socket.io, https://socket.io/get-started/chat/ for more info