1 min read
Original source

NestJS gRPC & Angular

Learn how to connect a gRPC backend built with NestJS to an Angular UI. Implement CRUD functionality and stream real time data using persistent HTTP/2…

Learn how to connect a gRPC backend built with NestJS to an Angular UI. Implement CRUD functionality and stream real time data using persistent HTTP/2 connections and Envoy proxy. The post NestJS gRPC & Angular appeared first on Michael Guay.

NestJS gRPC & Angular | NestJS.io