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
1 npm
41 cli
43 grunt
44 Using WebSockets with Node.js
59 Hack
64 ES6
67 Redis
69 MongoDB
86 MongoDB
87 Lodash
91 CORS
105 N-API
108 Require