|
|
|
@ -1,24 +1,19 @@
|
|
|
|
|
# smartsocket
|
|
|
|
|
# @pushrocks/smartsocket
|
|
|
|
|
easy and secure websocket communication
|
|
|
|
|
|
|
|
|
|
easy and secure websocket communication, TypeScript ready
|
|
|
|
|
|
|
|
|
|
## Availabililty
|
|
|
|
|
|
|
|
|
|
[](https://www.npmjs.com/package/smartsocket)
|
|
|
|
|
[](https://GitLab.com/pushrocks/smartsocket)
|
|
|
|
|
[](https://github.com/pushrocks/smartsocket)
|
|
|
|
|
[](https://pushrocks.gitlab.io/smartsocket/)
|
|
|
|
|
## Availabililty and Links
|
|
|
|
|
* [npmjs.org (npm package)](https://www.npmjs.com/package/@pushrocks/smartsocket)
|
|
|
|
|
* [gitlab.com (source)](https://gitlab.com/pushrocks/smartsocket)
|
|
|
|
|
* [github.com (source mirror)](https://github.com/pushrocks/smartsocket)
|
|
|
|
|
* [docs (typedoc)](https://pushrocks.gitlab.io/smartsocket/)
|
|
|
|
|
|
|
|
|
|
## Status for master
|
|
|
|
|
|
|
|
|
|
[](https://GitLab.com/pushrocks/smartsocket/commits/master)
|
|
|
|
|
[](https://GitLab.com/pushrocks/smartsocket/commits/master)
|
|
|
|
|
[](https://www.npmjs.com/package/smartsocket)
|
|
|
|
|
[](https://david-dm.org/pushrocks/smartsocket)
|
|
|
|
|
[](https://www.bithound.io/github/pushrocks/smartsocket/master/dependencies/npm)
|
|
|
|
|
[](https://www.bithound.io/github/pushrocks/smartsocket)
|
|
|
|
|
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
|
|
|
|
[](https://nodejs.org/dist/latest-v6.x/docs/api/)
|
|
|
|
|
[](https://gitlab.com/pushrocks/smartsocket/commits/master)
|
|
|
|
|
[](https://gitlab.com/pushrocks/smartsocket/commits/master)
|
|
|
|
|
[](https://www.npmjs.com/package/@pushrocks/smartsocket)
|
|
|
|
|
[](https://snyk.io/test/npm/@pushrocks/smartsocket)
|
|
|
|
|
[](https://nodejs.org/dist/latest-v10.x/docs/api/)
|
|
|
|
|
[](https://nodejs.org/dist/latest-v10.x/docs/api/)
|
|
|
|
|
[](http://standardjs.com/)
|
|
|
|
|
|
|
|
|
|
## Usage
|
|
|
|
@ -108,9 +103,9 @@ mySmartsocketClient.serverCall('function', functionCallData).then(functionRespon
|
|
|
|
|
> `data` is always a js object that you can design for your specific needs.
|
|
|
|
|
> It supports buffers for large binary data network exchange.
|
|
|
|
|
|
|
|
|
|
For further information read the linked docs at the top of this README.
|
|
|
|
|
For further information read the linked docs at the top of this readme.
|
|
|
|
|
|
|
|
|
|
> MIT licensed | **©** [Lossless GmbH](https://lossless.gmbh)
|
|
|
|
|
> | By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
|
|
|
|
| By using this npm module you agree to our [privacy policy](https://lossless.gmbH/privacy.html)
|
|
|
|
|
|
|
|
|
|
[](https://push.rocks)
|
|
|
|
|
[](https://maintainedby.lossless.com)
|
|
|
|
|