From b13da07eaca0a9c62a3d116e5d79421bfbe58b2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20P=C3=B3=C5=82grabia?= Date: Sun, 3 Jan 2021 18:31:03 +0000 Subject: [PATCH] Adding project description. --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1bf4c05 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Purpose of this project + +It's one of my old projects just to get used to a new technology - websockets. It's pretty functional in the simplest +use case - chatting to one another with a simple irc style functionality, no authorisation as it used to be +popular in the old irc times. + +# How to run it + +## Environment +$env:JAVA_HOME="C:\developer\bin\sdks\jdk-8.0.252.09-hotspot" + +It doesn't mean that it needs to be java 8 but it was tested running with that version. + +## Bootstrapping procedure +./gradlew bootRun + +It works both on Linux and Windows