diffusion
Advanced tools
Comparing version 5.5.1 to 5.5.2
{ | ||
"name": "diffusion", | ||
"version": "5.5.1", | ||
"version": "5.5.2", | ||
"description": "Diffusion Javascript UCI client", | ||
@@ -5,0 +5,0 @@ "keywords" : ["diffusion", "reappt", "websockets", "data"], |
@@ -1,2 +0,2 @@ | ||
##Diffusion JavaScript API | ||
## Diffusion JavaScript API | ||
@@ -9,3 +9,5 @@ The Diffusion JavaScript API allows interaction with a Diffusion server from both | ||
###Quick start | ||
### Quick start | ||
A client session maintains a connection to the server. To create a session, simply do | ||
@@ -29,3 +31,3 @@ | ||
Connecting returns a Promise - this will succeed if the session could be connected, or fail if not. | ||
Connecting returns a [Promise](https://promisesaplus.com/) - this will succeed if the session could be connected, or fail if not. | ||
@@ -54,3 +56,4 @@ ```javascript | ||
####Subscriptions | ||
#### Subscriptions | ||
Data in Diffusion is distributed on *topics*. A topic carries a single value, which | ||
@@ -57,0 +60,0 @@ can be updated. Each topic is addressed by a unique path. |
@@ -24,5 +24,5 @@ var SessionImpl = require('session/session-impl'); | ||
*/ | ||
version : '5.5.1', | ||
version : '5.5.2', | ||
build : '1_01#31128', | ||
build : '2_01#31404', | ||
@@ -29,0 +29,0 @@ /** |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
313086
94