--
You received this message because you are subscribed to the Google Groups "CodeCraft Dunedin" group.
To unsubscribe from this group and stop receiving emails from it, send an email to codecraft-dune...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Is node.js a highly sought after skill and if not, what is? I'm trying to set aside some time each week to learn programming languages and web technologies that are missing from my skill set.
I think isomorphic rendering is a compelling reason use nodejs. And chances are these days that a webapp will already have nodejs as dependency, for unit tests, module concatenation, minification/uglification.-JoshOn Sat, Mar 21, 2015 at 7:36 AM, Steve Mosley <m...@steve-mosley.com> wrote:We are using Node in two places currently ... writing a Javascript Single page fulla against rest style java backend ...- The build chain for our Javascript application, so we don't really need to know "Node" we know Grunt and then enough Node to keep it running- We have written a Stub of our Java Rest Services application. and again we didn't really go and "learn" node, because the stub needed to be something that was much much easier to write and use than the real backend, otherwise we wouldn't have bothered.Just two cases where we didn't go learn it, it just got picked up and taken along for the ride.
On Friday, March 20, 2015 at 4:25:59 PM UTC+13, Tim Penhey wrote:On 20/03/15 08:56, worik wrote:
> On 19/03/15 21:27, Matthew Dwyer wrote:
>> Is node.js a highly sought after skill and if not, what is?
Personally I'd just focus on getting better at Javascript.
> Leaving aside the advertising nasty feeling about this.... A really
> good topic for a Code Craft talk would be "Why Node.js".
>
> To me that is "Why Node.js?" as I see no use for the technology. I
> would like some one to explain why I am wrong.
To me Node is for people who want to run Javascript on the server. And
that is about it.
I don't see any compelling reason to use Node over Python on the server.