UNPKG

uuws

Version:
29 lines (28 loc) 648 B
{ "name": "uuws", "version": "0.7.1", "scripts": { "install": "node-gyp rebuild > build_log.txt 2>&1 || exit 0" }, "main": "uws.js", "description": "Highly scalable WebSocket server library", "engines": { "node": ">=4" }, "keywords": [ "websockets", "µWS", "µWebSockets", "uws", "microWS", "lightweight", "fast" ], "homepage": "https://github.com/sanderploegsma/uWebSockets", "license": "Zlib", "author": "Alex Hultman <alexhultman@gmail.com> (https://github.com/alexhultman)", "repository": { "type": "git", "url": "https://github.com/sanderploegsma/uWebSockets.git" } }