I need a piece of advice. Indeed I am writing an Hemerajs (Hemerajs) server application couple with a NATS (NATS) messaging server. Moreover I'd like to plug an Angular 6+ front application on this server through the NATS pub/sub system. However I did not find any package or help for using nats with angular.
May I misunderstood pattern messaging behavior, perhaps the messaging system is only internally of microservices server and the communication between angular and node must be with REST API ?
Could you help me for finding the correct package or the correct way to implement this please ?
Thanks
Regards