Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Clarify architecture not a repr of proper arch, since lots of viewers are likely to be new to the world of containerized apps
  • Loading branch information
schollii authored Dec 14, 2020
1 parent 245c8f3 commit bdac94d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,11 @@ Architecture
* A [Node.js](/result) or [ASP.NET Core SignalR](/result/dotnet) webapp which shows the results of the voting in real time


Note
----
Notes
-----

The voting application only accepts one vote per client. It does not register votes if a vote has already been submitted from a client.

This isn't an example of a properly architected perfectly designed distributed app... it's just a simple
example of the various types of pieces and languages you might see (queues, persistent data, etc), and how to
deal with them in Docker at a basic level.

0 comments on commit bdac94d

Please sign in to comment.