Y
Hacker News
new
|
ask
|
show
|
jobs
by
wk_end
725 days ago
Node’s a server-side thing, so I don’t think you’d distribute these in the browser.
1 comments
vips7L
725 days ago
It's a desktop thing too when working with cli tools or electron, though I've found that for electron I just end up calling other languages via IPC on stdin/out. It might not be as fast as ffi from node, but its certainly leagues easier and clearer.
link