Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
fc530ba37e | |||
62abfda156 |
@ -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.
|
@ -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",
|
||||||
|
Reference in New Issue
Block a user