Hacker News new | ask | show | jobs
by bongobingo1 1100 days ago
> light node.js dependency

Pedantic but just for drive-by readers, there isn't really any nodejs dependency. You can use it to manage JS dependencies, or you can forgo it for "vendoring" with esbuild (or bun, etc).

Liveview itself has a small JS component that is mostly transparent (socket.connect() basically). You can of course add more JS too it.

1 comments

Was going to comment the same. I haven't had to touch node or npm in a year or so.