Compare commits

..

2 Commits

Author SHA1 Message Date
fc530ba37e 1.0.4 2016-08-07 19:15:10 +02:00
62abfda156 improve README 2016-08-07 19:15:05 +02:00
2 changed files with 5 additions and 2 deletions

View File

@ -61,4 +61,7 @@ mySmartsocketClient.serverCall("newService",data)
});; });;
``` ```
> **NOTE:** you can easily chain dependent requests on eiter the server or client side with promises. `data` is always a js object that you can design for your specific. It supports buffers for large binary data network exchange. > **NOTE:**
you can easily chain dependent requests on eiter the server or client side with promises.
`data` is always a js object that you can design for your specific needs.
It supports buffers for large binary data network exchange.

View File

@ -1,6 +1,6 @@
{ {
"name": "smartsocket", "name": "smartsocket",
"version": "1.0.3", "version": "1.0.4",
"description": "easy and secure websocket communication, Typescript ready", "description": "easy and secure websocket communication, Typescript ready",
"main": "dist/index.js", "main": "dist/index.js",
"typings": "dist/index.d.ts", "typings": "dist/index.d.ts",