Go to file
Tomasz Półgrabia c703bfc3d7 Add LICENSE 2024-07-15 08:47:09 +00:00
gradle/wrapper Initial version of chat. 2017-09-10 10:25:52 +02:00
src Adding source to the channels 2017-09-24 16:40:35 +02:00
.gitignore Initial version of chat. 2017-09-10 10:25:52 +02:00
LICENSE Add LICENSE 2024-07-15 08:47:09 +00:00
README.md Adding project description. 2021-01-03 18:31:03 +00:00
build.gradle Adding semi working chat implementation for channels. 2017-09-17 17:13:19 +02:00
gradlew Initial version of chat. 2017-09-10 10:25:52 +02:00
gradlew.bat Initial version of chat. 2017-09-10 10:25:52 +02:00

README.md

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