http://74f5ydnjsrizxzjux3ivt5qt2epgzvq2pfipttdpjblyqcx7i4sq.b32.i2p/chat98/chat98/commit/358aa6038cb79ae451a8d6d1fae44ba32ac77741.diff
.
+
+## The Server
+
+When a client sends a message to the server, all the server does is broadcast it to everyone else connected to the server; it is a very basic relay.
+
+With the way messages are structured in the program, the server has no knowledge of who exactly is sending a message, and they do not know who is receiving it, or if the person receiving it is even online.