5 ms·
I'd like to see a thorough performance evaluation. JS/NPM based untyped language together with communication via HTTP/JSON sounds painfully inefficient.
by vojta_letal 7y ago
I'd like to see a thorough performance evaluation. JS/NPM based untyped language together with communication via HTTP/JSON sounds painfully inefficient.
- garritfra 7y agoWell, Microservices built with Node.js are just that :p Node's V8 engine is very fast
- jchook 7y agoIt seems Clio targets an AWS Lambda-style serverless infrastructure, having a network of short-lived, auto-scaling single-function instances, ideally leading to optimal resource utilization, hands-free administration, unlimited scalability, etc... but trading some performance.
- garritfra 7y agoThats one goal we're aiming for.