0.8.13 • Published 1 month ago

@node-wot/browser-bundle v0.8.13

Weekly downloads
11
License
EPL-2.0 OR W3C-20...
Repository
github
Last release
1 month 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.13

1 month ago

0.8.12

4 months ago

0.8.11

5 months ago

0.8.9

7 months ago

0.8.8

8 months ago

0.8.10

6 months ago

0.8.7

11 months ago

0.8.6

1 year ago

0.8.5

1 year ago

0.8.4

1 year ago

0.8.3

1 year ago

0.8.2

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.7.8

3 years ago

0.7.7

3 years ago

0.7.6

3 years ago

0.7.5

3 years ago

0.7.4

3 years ago

0.7.3

4 years ago

0.7.2

4 years ago

0.7.1

4 years ago

0.7.0

4 years ago

0.7.0-SNAPSHOT.6

4 years ago

0.7.0-SNAPSHOT.5

4 years ago

0.7.0-SNAPSHOT.4

4 years ago

0.7.0-SNAPSHOT.3

5 years ago

0.7.0-SNAPSHOT.2

5 years ago

0.6.3-SNAPSHOT.2

5 years ago

0.7.0-SNAPSHOT.1

5 years ago

0.6.2

5 years ago

0.6.2-SNAPSHOT.1

5 years ago

0.6.1

5 years ago