Hacker News new | ask | show | jobs
by rita3ko 2014 days ago
Genuinely curious — what would you expect to get from containers that you can't get from building on Workers + Pages as described above?
1 comments

Containers allow any programming language. Any sets of apt-get installed dependencies.

Workers and pages only work with js at a very specific version of v8. Many node native modules don’t work with it, so in that sense it’s quite limited