CleanIt icon indicating copy to clipboard operation
CleanIt copied to clipboard

use message-queue between processes

Open Sollimann opened this issue 2 years ago • 0 comments

The architecture can be improved by using e.g NATS for messaging between services, while using gRPC as a forward facing API (facade) for the user. This should improve the design.

Could also look into using actix actor framework instead of NATS

Sollimann avatar Apr 20 '22 16:04 Sollimann