I don't fully get what node.jsNode.js is all about. Maybe it's because I am mainly a web based business appapplication developer. Can someone please explain what itWhat is it and what is the use of it? Thanks.
My understanding so far is that:
- The programming model is event driven, especially the way it handles IOI/O.
- It uses javascriptJavaScript and the parser is V8V8.
- It can be easily used to create concurrent server appsapplications.
Are my understandings correct? If yes, then what are the benefits of evented IOI/O, is it just more for the concurrency stuffsstuff? Also, is the direction of nodeNode.js to become a framework like, javascriptJavaScript based (v8V8 based) programming model?