Y
Hacker News
new
|
ask
|
show
|
jobs
by
jasonjmcghee
393 days ago
To understand the underlying architecture- is my understanding correct that this runs esbuild to bundle then bundles that with node runtime and creates a binary that executes "node index.js"?
1 comments
qwertycodepl
393 days ago
yes but it uses node SEA you can read about it here:
https://nodejs.org/api/single-executable-applications.html
link