From 167b91765cd4345afa87fec2ab4a6ca623a3a88d Mon Sep 17 00:00:00 2001 From: Julio Biason Date: Thu, 18 Nov 2021 17:02:33 -0300 Subject: [PATCH] Read me --- ms/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ms/README.md diff --git a/ms/README.md b/ms/README.md new file mode 100644 index 0000000..e255fb4 --- /dev/null +++ b/ms/README.md @@ -0,0 +1,5 @@ +Stupid microservices architecture. + +What I wanted was to make a pubsub-like architecture, in which the clients, +once connected, receive the data, and we could plug as many clients as we +need.