To node or not to node – Overview of Node.js
scalableapps.com
To node or not to node – Overview of Node.js
1–3 of 3 posts
Re: To node or not to node – Overview of Node.js
#2Contrary to what is said, Javascript IS an object-oriented language and prototype-based inheritance IS a language feature.
Re: To node or not to node – Overview of Node.js
#3Contrary to what is said, Javascript IS an object-oriented language and prototype-based inheritance IS a language feature.
I still can't believe how many people don't understand this fact. Javascript is incredibly flexible - if you can think of a programming paradigm - Javascript already supports it.