Remix.run Logo
keepamovin 3 days ago

I wonder if the author is aware of Node native features that improve startup times, like V8 code cache and startup snapshots. An overview of integrating them into native single-executable applications is here:

https://nodejs.org/api/single-executable-applications.html#s...