Ask HN: Compiled Web App
https://news.ycombinator.com/item?id=20739670I desperately want to build radically fast and lean web apps.
My stack at the moment is nginx > nodejs > sqlite. To step it up I want to replace nodejs with a compiled app. What language should I use ?
Precision : I'd prefer a C-like language since I'm comfortable in JS and C.
- C/C++ are excluded for obvious reasons.
- D looks REALLY nice but lacks momentum at first glance. (few packages - only one for async-http, one for sqlite - and a not-so-busy forum)
- Go ? I'd like to avoid it.
- Zig : as alluring as D but not stabilized.
- Rust : too unfamiliar.