UNPKG

clusterws

Version:

ClusterWS - lightweight, fast and powerful framework for building scalable WebSocket applications in Node.js.

34 lines 695 B
{ "name": "clusterws", "version": "3.3.1", "description": "ClusterWS - lightweight, fast and powerful framework for building scalable WebSocket applications in Node.js.", "main": "index.js", "types": "index.d.ts", "author": "Dmitrii Goriunov", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ClusterWS/ClusterWS" }, "keywords": [ "clusterws", "websocket", "scale", "uws", "node js websocket", "scale node js websocket", "real-time", "cluster", "javascript" ], "dependencies": { "uws": "10.148.1" }, "prettier": { "semi": true, "printWidth": 120, "singleQuote": true, "arrowParens": "always", "disableLanguages": [] } }