TechEmpower Web Framework Benchmarks: Round 21(techempower.com) |
TechEmpower Web Framework Benchmarks: Round 21(techempower.com) |
also, your assertion re. C is incorrect - the C/C++ is mostly boilerplate and wrappers around C libraries and syscalls. postgres driver and http framework completely written in JS. still lots of work to do and you are right it is not "usable" in sense of it having little to no development resources right now but i find it very useful for building many things personally.
JS on V8 is very very fast.
round 21 code https://github.com/TechEmpower/FrameworkBenchmarks/blob/mast...
postgres driver https://github.com/just-js/libs/blob/main/pg/pg.js