8 ms·
Need more info. What do you mean by radically fast? Unless you're doing lots of computation in your web request, then the "steering code" that is currently node
by explorigin 7y ago
Need more info. What do you mean by radically fast? Unless you're doing lots of computation in your web request, then the "steering code" that is currently nodejs is almost never your bottleneck. 90% of the time your database is your bottleneck. sqlite can be crazy fast for one request at a time so it just depends on your app.
- alcover 7y agoBy 'radically' I mean the fastest possible - short of writing a single blob in C integrating an http server. Since I want to keep it modular, the db part with sqlite is already optimal. Now I need the app on par : statically typed, compiled.