In this lesson, we will focus on some of its core components, namely Modules and Buffers. Node.js is modular and we can plug-in various third party libraries as modules. With buffers, we can handle binary data in an effective and efficient manner. Finally, we will also have a first look in the Node.js event based architecture.