Initial implementation of a dynamic console widget leveraging the PINF JavaScript Loader to load all program components.
fireconsole.github.io/fireconsole.js
./install.sh
npm start
open http://localhost:8080/
Publish to GiHub Pages
npm run-script publish
npm run-script build
npm run-script clean
Upon running the demo server, sources from the following directories are automatically assembled into bundles using the pinf-it-bundler build system. These bundles are then loaded and booted in the client by the PINF JavaScript Loader.
/demo- Full demo of the widget that loads the full test suite./tests- Full test suite of all officially supported features./widget- The shell of the widget that instructs the/loopsto boot for a specific DOM context./loops- The actual implementation of the widget./receivers- Modules that deal with receiving data in various formats and forwarding it to the widget./server- Demo server for local development./scripts- Project toolchain scripting./bin- Workspace commands.
- Code: MIT License