Book Image

Hands-On Microservices with TypeScript 3 [Video]

By : Amit Bezalel
Book Image

Hands-On Microservices with TypeScript 3 [Video]

By: Amit Bezalel

Overview of this book

<p>If you want to make effective and scalable applications with microservices, this course will be perfect for you!</p> <p>Building a real-world solution with the microservice architecture takes more than is initially apparent. It requires reasoning about building blocks, designing easily accessible APIs, knowing how to be secure by design, and building automated testing coverage from day one. This course will guide you through the steps of building an enterprise-grade solution by utilizing one of the most natural technology choices for this type of application: Node.js and Typescript.</p> <p>Finally, you'll build the My-Music app where you'll create your own playlist from an existing song library.</p> <p>The code bundle for this course is available at&nbsp;<a href="https://github.com/PacktPublishing/Hands-on-Microservices-with-TypeScript-3" target="_blank">https://github.com/PacktPublishing/Hands-on-Microservices-with-TypeScript-3</a></p> <h1>Style and Approach</h1> <p>The course is meant to be practical and hands-on, showing code samples and configurations which can be used to build several increasingly complex sample projects.</p>
Table of Contents (5 chapters)
Chapter 2
Multi Services
Content Locked
Section 3
The Gateway Proxy, Creating a Single Origin
Revisits the cross origin policy and introduces The API Proxy. Which is the real solution to the problem? Shows how the implementation changes the way services are connected. - Why such proxy/router is needed? - The different implementation options - Shows an implementation with NGINX