{
    "name": "websocketpp",
    "description": "",
    "keywords": [
        "wio",
        "pkg",
        "websockets"
    ],
    "readme": "WebSocket++ (0.8.1)\n==========================\n\nWebSocket++ is a header only C++ library that implements RFC6455 The WebSocket\nProtocol. It allows integrating WebSocket client and server functionality into\nC++ programs. It uses interchangeable network transport modules including one\nbased on raw char buffers, one based on C++ iostreams, and one based on Asio \n(either via Boost or standalone). End users can write additional transport\npolicies to support other networking or event libraries as needed.\n\nMajor Features\n==============\n* Full support for RFC6455\n* Partial support for Hixie 76 / Hybi 00, 07-17 draft specs (server only)\n* Message/event based interface\n* Supports secure WebSockets (TLS), IPv6, and explicit proxies.\n* Flexible dependency management (C++11 Standard Library or Boost)\n* Interchangeable network transport modules (raw, iostream, Asio, or custom)\n* Portable/cross platform (Posix/Windows, 32/64bit, Intel/ARM/PPC)\n* Thread-safe\n\nGet Involved\n============\n\n[![Build Status](https://travis-ci.org/zaphoyd/websocketpp.png)](https://travis-ci.org/zaphoyd/websocketpp)\n\n**Project Website**\nhttp://www.zaphoyd.com/websocketpp/\n\n**User Manual**\nhttp://docs.websocketpp.org/\n\n**GitHub Repository**\nhttps://github.com/zaphoyd/websocketpp/\n\nGitHub pull requests should be submitted to the `develop` branch.\n\n**Announcements Mailing List**\nhttp://groups.google.com/group/websocketpp-announcements/\n\n**IRC Channel**\n #websocketpp (freenode)\n\n**Discussion / Development / Support Mailing List / Forum**\nhttp://groups.google.com/group/websocketpp/\n\nAuthor\n======\nPeter Thorson - websocketpp@zaphoyd.com\n",
    "readmeFile": "README.md",
    "version": "1.0.0",
    "main": ".wio.js",
    "dist": {
        "integrity": "",
        "shasum": "",
        "tarball": "",
        "fileCount": 0,
        "unpackedSize": 0,
        "npm-signature": ""
    },
    "scripts": null,
    "dependencies": {},
    "maintainers": null,
    "contributors": null,
    "bugs": "",
    "author": "",
    "license": "",
    "homepage": "",
    "repository": "",
    "ignore-files": null
}