Hello, I'm developing a UI layer for osquery (<htt...
# general
a
Hello, I'm developing a UI layer for osquery (https://github.com/AustinC/os-browser) in the Electron framework, and would like some advice on the integration between the electron app and osquery. As written, the electron (i.e. javascript) code shells out calls to
osqueryi --csv ...
via node's
child_process
module, and then receives callbacks containing the text output. Is there another option here? Can osquery be more cleanly integrated with an application written in javascript?