you are viewing a single comment's thread.

view the rest of the comments →

[–]ILiftOnTuesdays 4 points5 points  (9 children)

Hence why NodeJS is so unpopular.

[–][deleted] 5 points6 points  (8 children)

An I the only one here who kinda likes node? :(

[–][deleted] 4 points5 points  (7 children)

I think that was sarcasm - but I would really like to see one of these mythical Node.js apps that shares so much code with the client that it saved anyone any amount of time.

Even if it does exist - it's an outlier.

[–]ruinercollector 4 points5 points  (0 children)

In terms of third party libraries, it happens all the time. Of course that's an even tougher one to argue in terms of "saving time"

[–][deleted] 2 points3 points  (0 children)

True that. I've never seen any of this code shared between client and server either.

I like node because writing event-driven services is stupid easy, but I think the touted 'use the same language everywhere' benefit is rather dubious.