Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Node Patterns - Networking

Posted By: AlenMiler
Node Patterns - Networking

Node Patterns - Networking: How to escape the trap of monolithic apps using Node by Pedro Teixeira
English | April 8, 2015 | ASIN: B00VV8L3Q0 | 61 Pages | MOBI/EPUB/PDF (conv) | 1.77 MB

Building an application using a web framework can soon lead to one big chunk of monolithic code. This happens not because of the web framework itself, but mostly because building distributed services can be a hard task. Fortunately, Node makes it easy to build networked services, allowing you to spread your application logic into a set of processes that communicate with each other.

This book shows you how to build and consume TCP-based services like streaming services, multiplexing streams, remote emitters, RPC streams and other types of network-based servers and clients.