feature request: nested blocks
Is it possible to add nested block feature?
Thank you very much!
Sorry. I no longer use node.js. It had big problems with scaling and memory.
Just for fun. How do you see it?
Node? Webapp development. Why do you say it has problems with scaling?
Hmm. One box, 8 cores.
For example, on erlang you just deploy app, it just works and takes about 20MB. On node, you start 8 instances and put them under load balancer (haproxy, nginx etc). Each instance eats about 12BM. Take calculator.
What's really funny that 8 node instances can not withstand the load which can easily withstand the application on Erlang.