Node.JS - Websocket server implementations Prerequisites Node.JS 4,5, or 6+ Build Install dependencies: npm install Run Run the server implementations directly: node uws/index.js Or, run the implementations in a cluster: node run-cluster.js uws run-cluster.js will spawn a process for each cpu core.