Skip to content

Commit bdac94d

Browse files
authored
Update readme
Clarify architecture not a repr of proper arch, since lots of viewers are likely to be new to the world of containerized apps
1 parent 245c8f3 commit bdac94d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,11 @@ Architecture
9090
* A [Node.js](/result) or [ASP.NET Core SignalR](/result/dotnet) webapp which shows the results of the voting in real time
9191

9292

93-
Note
94-
----
93+
Notes
94+
-----
9595

9696
The voting application only accepts one vote per client. It does not register votes if a vote has already been submitted from a client.
97+
98+
This isn't an example of a properly architected perfectly designed distributed app... it's just a simple
99+
example of the various types of pieces and languages you might see (queues, persistent data, etc), and how to
100+
deal with them in Docker at a basic level.

0 commit comments

Comments
 (0)