top | item 21908433

(no title)

vojta_letal | 6 years ago

I'd like to see a thorough performance evaluation. JS/NPM based untyped language together with communication via HTTP/JSON sounds painfully inefficient.

discuss

order

jchook|6 years ago

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.

garritfra|6 years ago

Thats one goal we're aiming for.

garritfra|6 years ago

Well, Microservices built with Node.js are just that :p Node's V8 engine is very fast