Pycharm + node.js plug in + socket.io

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?

 

0
1 comment

running

npm install socket.io --save

in your project dir should do the thing. See https://www.npmjs.com/package/socket.io, https://socket.io/get-started/chat/ for more info

0

Please sign in to leave a comment.