Hacker News new | ask | show | jobs
by vojta_letal 2366 days ago
I'd like to see a thorough performance evaluation. JS/NPM based untyped language together with communication via HTTP/JSON sounds painfully inefficient.
2 comments

It 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.
Thats one goal we're aiming for.
Well, Microservices built with Node.js are just that :p Node's V8 engine is very fast