You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To simplify, improve performance, and improve the connection and reliability of the embedded nodejs.
Tasklist
Branch
Add CLISystem plugin
Remove old commandline module
Clean and remove old methods from nodejs component
Scaffold new bridge from CLIProcessComponent subclass
run a 'hello world' process.js script
Scaffold CLI input handling script
Binary path test
run desired target script within main script (likely faster for most use cases)
optional approach (same as before): spawn an child process with target script
file-watching and hot reload support
re-link begin/end/reload etc callbacks
route logs to correct callbacks
updated event-emitter serialization structure supporting json objects with binary interweave with c++ support (candidates: socket.io protocol, custom, beve)
npm support test
run spawn cube sinewave test
test large data transfers
The text was updated successfully, but these errors were encountered:
custom command structure works via IPC, but this is probably not a great general solution, need to investigate a general IPC protocol that's portable, fast, and supports JSON like structure with binary interweave, enabling flexible event messaging. Likely fits inside CLISystem plugin as a separate module.
Purpose
To simplify, improve performance, and improve the connection and reliability of the embedded nodejs.
Tasklist
The text was updated successfully, but these errors were encountered: