Distributed system information query tool.
Starbeamrainbowlabs
32d69501b0
This way we can do an es6 import to get a html file as a string, which we can then pass to nightink for templating - all on the client-side! Note to self: Instead of using .innerHTML directly, we might want to try doing document.createElement(), then .innerHTML, and then .appendChild where we actually want it to go |
||
---|---|---|
docs | ||
lantern-build-engine@094e175740 | ||
src | ||
.gitignore | ||
.gitmodules | ||
build.sh | ||
LICENSE | ||
package-lock.json | ||
package.json | ||
README.md |
systemquery
Distributed system information query tool.
FAQ
Q: I see a scary native binary build system in the development dependencies!
A: You're probably referring to esbuild. If you install systemquery from npm, the build steps for the client-side javascript will already have been completed, thereby negating the need to install a native binary.
The advantage of using a build system for the client-side browser resources is significantly improved performance. With this approach, we get the benefit of a build system without needing to install a native binary on target machines which might be incompatible with the host machine's CPU architecture.