This Application was implemented by Jetpack Compose framework. The Koin library was used for dependency injection, Ktor-android library for https requests and connectiong
to websocket and ShareFlow for applying reactive programming.
With this application, you can create a simple private group chat with your friends.
To run this application, you need to create server. I have developed server by Ktor framework and I have shared it in my GitHub.
You can run it in your host or your localhost.
Also, you need to specify baseUrl in android application (follow TODO`s)