From 42a2737ada0f25ecf873115e5661dd72d4c35cc5 Mon Sep 17 00:00:00 2001 From: lalithkota <38106431+lalithkota@users.noreply.github.com> Date: Thu, 14 May 2020 01:18:47 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e2cf08..a4c0809 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # CalcAssign_server -This repo is part of the Assigment od Software Production Engineering Course. (To understand DevOps toolchain.) +This repo is part of the Assigment of Software Production Engineering Course. (To understand DevOps toolchain.) It is a calculator app. It basically hosts a server, where clients can connect and ask it results for math expression. It uses simple java sockets and threads. (It uses JS Nashorn Engine to eval exprs, so it should be able to run any such exprs.)