Installing WebSockets

suggest change

There are a few way’s to install WebSocket’s to your project. Here are some example’s:

npm install --save ws

or inside your package.json using:

"dependencies": {
  "ws": "*"
},

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Using WebSockets with Node.js:
*Installing WebSockets

Table Of Contents
41cli
44Using WebSockets with Node.js
64ES6