MEAN vs. LAMP for the future of programming
-
Err, yes. I've got a fairly large scale app running on Node with the business logic all written in TypeScript. It's less processor intensive than running it on an IIS rig so that was a big incentive for me.
Interesting! Gah, I try to avoid IIS. I ended up writing my own web server that could sit under IIS, but there's no need to. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
-
Interesting! Gah, I try to avoid IIS. I ended up writing my own web server that could sit under IIS, but there's no need to. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
I managed to reduce running costs to about 45% of the IIS costs, keeping a similar throughput. This is purely down to the fact we can run on a lower spec server running Linux.
-
I managed to reduce running costs to about 45% of the IIS costs, keeping a similar throughput. This is purely down to the fact we can run on a lower spec server running Linux.
Pete O'Hanlon wrote:
his is purely down to the fact we can run on a lower spec server running Linux.
That is still the #1 reason I can see for *nix development -- the VM costs seem considerably lower than running a Windows VM. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
-
Vark111 wrote:
:confused:
I am a very biased person when it comes to technology. :) Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
I was just confused about the fact that you seem open to working with Angular (a Javascript-based framework) at some point, but you reject node.js because it's Javascript. Is it javscript on the server that bothers you, and you're fine with it on the client?
-
I was just confused about the fact that you seem open to working with Angular (a Javascript-based framework) at some point, but you reject node.js because it's Javascript. Is it javscript on the server that bothers you, and you're fine with it on the client?
Vark111 wrote:
Is it javscript on the server that bothers you, and you're fine with it on the client?
Yes. Javascript on the client is a necessary evil I can't do anything about except perhaps use Dart or TypeScript. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!
-
Vark111 wrote:
Is it javscript on the server that bothers you, and you're fine with it on the client?
Yes. Javascript on the client is a necessary evil I can't do anything about except perhaps use Dart or TypeScript. Marc
Imperative to Functional Programming Succinctly Contributors Wanted for Higher Order Programming Project!