Introduction

One of the great qualities of Node is the simplicity it provides around low-level system operations.

Unlike template-centric languages such as PHP or ASP, we have fine grain controlled over the behavior we want without sacrificing easy content control.

With Node we can create the server, customize it, and deliver content all at the code level.

Starting with a focus on core APIs and low-level implementation, then working our way up to more complex protocols with third-party libraries, this chapter demonstrates how to create various clients and servers in the application layer of the TCP/IP stack.

From protocols to frameworks
This chapter focuses on Node's direct relationship with network protocols. It's intended to develop an understanding of fundamental concepts. For creating more extensive and enterprise focused HTTP infrastructures, check out Chapter 7, Working with Web Frameworks.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.17.162.26