Skip to content

fireconsole/fireconsole.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fireconsole.js

Initial implementation of a dynamic console widget leveraging the PINF JavaScript Loader to load all program components.

Demo

fireconsole.github.io/fireconsole.js

Usage

Install

./install.sh

Run

npm start
open http://localhost:8080/

Publish to GiHub Pages

npm run-script publish

Other

npm run-script build
npm run-script clean

Directory Structure

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 /loops to 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.

Legal

About

Initial implementation of a dynamic console widget

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages