Hacker News new | ask | show | jobs
by beatgammit 4935 days ago
I would've liked to see a small node.js or Go-based server. When running on an embedded device, you want maximum efficiency, and a full web-server isn't your best bet.
2 comments

I don't think either of those would perform as well as just a stripped down epoll shim, which is basically just stripped down nginx.
+1 for this. Go can hammer out requests spectacularly. We're using it to shift out static content (all from RAM).