Protocol translation in NestJS microservices
Making async microservices talk to clients that use "standard" web-friendly API protocols (think mobile and web applications) requires protocol translation. Here is a very simple idea, inspired by nats proxy project, on how to achieve it in NestJS wi...
Aug 19, 20211 min read237