/wzrd

browserify-like running client side using wzrd.in, allows user generated code with require calls

Primary LanguageJavaScript

wzrd

proof of concept using the wzrd.in API client side to fetch individual npm modules and compose them into a single bundle which can be executed. allows building interactive apps without any server involved.

most of this repo is just demo UI, see the wzrd function in client/index.js and the module caching in service-worker.js for how it works.

demo running here: https://wzrd-ecru.now.sh/

example