UNPKG

sawkit-node

Version:

A back-end Facade over the popular 'ws' module for Node, allowing for event emissions and custom event reception.

32 lines (31 loc) 717 B
{ "name": "sawkit-node", "description": "A back-end Facade over the popular 'ws' module for Node, allowing for event emissions and custom event reception.", "dependencies": { "ws": "*" }, "readmeFilename": "README.md", "version": "1.0.2", "main": "index.js", "scripts": { "test": "$ws({host: '0.0.0.0', port: 9696}).ready(function($ws, ws){console.log('success!')});" }, "repository": { "type": "git", "url": "https://github.com/cScarlson/sawkit-node" }, "keywords": [ "sawKit", "sawKit-node", "sawKit-client", "ws", "$ws", "websocket", "socket", "realtime", "socket.io", "socketIO" ], "author": "Cody Carlson", "license": "GPL" }