UNPKG

@awesomeorganization/ws-handler

Version:

[ESM] The WebSocket (ws) handler for Node.js according to rfc6455, draft-ietf-hybi-thewebsocketprotocol-08 and draft-ietf-hybi-thewebsocketprotocol-13

27 lines (26 loc) 674 B
{ "name": "@awesomeorganization/ws-handler", "description": "[ESM] The WebSocket (ws) handler for Node.js according to rfc6455, draft-ietf-hybi-thewebsocketprotocol-08 and draft-ietf-hybi-thewebsocketprotocol-13", "version": "2.0.0", "exports": "./main.js", "type": "module", "repository": "github:awesomeorganization/ws-handler", "license": "MIT", "author": { "name": "sergeysedoy97" }, "dependencies": { "ws": "8.2.2" }, "devDependencies": { "@awesomeorganization/servers": "1.1.0", "eslint-config-prettier": "8.3.0", "eslint-plugin-node": "11.1.0" }, "keywords": [ "rfc6455", "websocket", "ws", "wss" ] }