rrpff / wzrd

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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


Languages

Language:JavaScript 61.7%Language:CSS 17.5%Language:HTML 16.6%Language:Shell 4.2%