ps2wss
Version:
A super simple extension of [WebSocket](https://github.com/einaros/ws) built to abstract away some of the complexity in working with [SOE's Planetside 2 Web Socket Service](http://census.soe.com/#ps2-websocket1).
23 lines (22 loc) • 425 B
JSON
{
"name": "ps2wss",
"version": "0.0.1",
"description": "",
"keywords": [
"Planetside",
"WebSocket"
],
"repository": {
"type": "git",
"url": "git://github.com/papg/ps2wss"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Phillip Gibson <phil@papg.net>",
"license": "BSD-2-Clause",
"dependencies": {
"ws": "~0.4.31"
}
}