|
|
|
|
|
by smt88
1423 days ago
|
|
I'm surprised they still include JustJS, which is basically built to get JS on this list and works by calling out to C very extensively. It's basically a toy or experiment, not a usable framework (at least last I looked at it). |
|
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