From 3a35d84ab6c3e7734374f3a1fc65243ebf45de26 Mon Sep 17 00:00:00 2001 From: Alex Selimov Date: Wed, 2 Apr 2025 15:48:20 -0400 Subject: [PATCH] Add README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e2e49d1 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# SteadyState-Detector + +This is a code to experiment with socket connections (something I haven't done very extensively). +It turned out to be much easier than I originally thought. +I also was able to get some experience working with multi-threading from a server perspective. +This is pretty different from my experience with multi-threading primarily from an accelerating numerical calculations' perspective. +I wrote this in Java just to fill out my portfolio with code samples in different programming languages. +