0.8.16 • Published 10 months ago

@node-wot/browser-bundle v0.8.16

Weekly downloads
11
License
EPL-2.0 OR W3C-20...
Repository
github
Last release
10 months ago

Browser Bundle of node-wot

Bundle to run node-wot as browser-side library. Note, this will only include the node-wot in client mode with limited binding support.

Current Maintainer(s): @relu91 @danielpeintner

Supported bindings

HTTP / HTTPS / WebSockets

Embedding node-wot library in HTML

Include the following script tag in your html

<script src="https://cdn.jsdelivr.net/npm/@node-wot/browser-bundle@latest/dist/wot-bundle.min.js"></script>

You can access all node-wot functionality through the "Wot" global object:

var servient = new Wot.Core.Servient();
var client = new Wot.Http.HttpClient();

Using node-wot browser bundle library in web frameworks (e.g., Angular)

Install browser-bundle in your project by running

  • npm install @node-wot/browser-bundle

Example and live demo

An example of how to use node-wot as a browser-side library can be found under https://github.com/eclipse-thingweb/node-wot/blob/master/examples/browser/index.html. To run it live, open examples/browser/index.html in a modern browser, and consume the test Thing available under http://plugfest.thingweb.io:8083/testthing to interact with it.

More Details

See https://github.com/eclipse-thingweb/node-wot/

0.8.14

1 year ago

0.8.16

10 months ago

0.8.15

11 months ago

0.8.13

1 year ago

0.8.12

1 year ago

0.8.11

2 years ago

0.8.9

2 years ago

0.8.8

2 years ago

0.8.10

2 years ago

0.8.7

2 years ago

0.8.6

2 years ago

0.8.5

2 years ago

0.8.4

2 years ago

0.8.3

3 years ago

0.8.2

3 years ago

0.8.1

3 years ago

0.8.0

3 years ago

0.7.8

4 years ago

0.7.7

4 years ago

0.7.6

4 years ago

0.7.5

4 years ago

0.7.4

5 years ago

0.7.3

5 years ago

0.7.2

5 years ago

0.7.1

5 years ago

0.7.0

5 years ago

0.7.0-SNAPSHOT.6

5 years ago

0.7.0-SNAPSHOT.5

5 years ago

0.7.0-SNAPSHOT.4

6 years ago

0.7.0-SNAPSHOT.3

6 years ago

0.7.0-SNAPSHOT.2

6 years ago

0.6.3-SNAPSHOT.2

6 years ago

0.7.0-SNAPSHOT.1

6 years ago

0.6.2

6 years ago

0.6.2-SNAPSHOT.1

6 years ago

0.6.1

6 years ago