Giter Club home page Giter Club logo

thingweb-webui's Introduction

thingweb-webui

A W3C WoT "current practices" compliant web client.

Static HTML5 and javascript, dependencies managed with bower.

Basic running

Just install all frontend-deps with bower (you need node.js and npm -g install bower)

bower install

Then you can serve the files from any HTTP (or HTTP/2) server.

Dev Example

# use any webserver - serve is just an example
npm install -g serve
serve

CoAP Polyfill

For CoAP support, please run the CoAP polyfill from YNH (runnable jar in this repo)

java -jar coap-polyfill-1.0.0-M3.jar

Minified build / optimizations

This project is meant as an explorative prototype / reference implementation - not for productive use.

if you are certain you need an optimized build, install dev-dependencies with NPM and use gulp (you need node.js and npm -g install gulp-cli) to run optimizers.

The shrinked page is availiable in /dist.

npm install 
gulp

License

MIT

Authors

Johannes Hund (@horus), Daniel Peintner (@danielpeintner) and the Thingweb community

thingweb-webui's People

Contributors

danielpeintner avatar h0ru5 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.