Book Image

Node Cookbook: Second Edition

By : David Mark Clements
Book Image

Node Cookbook: Second Edition

By: David Mark Clements

Overview of this book

Table of Contents (18 chapters)
Node Cookbook Second Edition
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Introduction


In the previous chapter, we used the http module to create a web server. Now, we're going to look into some associated use cases beyond simply pushing content from the server to client. The first three recipes will explore how to receive data via client-initiated HTTP POST (and PUT) requests and in the final recipe, we'll demonstrate how to throttle a stream of outbound data.