deathcap / nodeachrome

run Node.js scripts in Google Chrome (experimental)
MIT License
2 stars 0 forks source link

Native command-line interface via host #4

Closed deathcap closed 8 years ago

deathcap commented 8 years ago

Run scripts in Nodeachrome via a native (OS) CLI tool, through IPC with host/. The Chrome extension listens for all incoming message, and the host is persistent, so it could handle unsolicited responses (without request with a matching id field) with some slight modification. Get it so is convenient to run as the native Node scripts (.bin path symlinks installed: npm, browserify, coffee, babel, node, etc.)