Y
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
Locke1689
4935 days ago
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.
link
meaty
4935 days ago
+1 for this. Go can hammer out requests spectacularly. We're using it to shift out static content (all from RAM).
link