Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

NodeJS server for the Web of Things Framework

Dave Raggett edited this page Aug 4, 2015 · 9 revisions

This will expand into a full description of the Web of Things Framework and the NodeJS implementation

The Internet of Things suffers from fragmentation with numerous non-interoperable platforms and data silos. The Web of Things seeks to address this by connecting IoT platforms via the Web, using an abstraction layer above the transport protocols, as no one protocol is a good fit to all situations. The starting point is the notion of "things" as virtual representations of physical or abstract entities, where the virtual representations are hosted on web servers. Each "thing" has a declarative description in terms of its events, properties, actions and metadata. The description is formally based on W3C's resource description framework (RDF).

Clone this wiki locally