Skip to content

Native client for receiving and sending messages to other clients

Notifications You must be signed in to change notification settings

teichholz/chat-client-kt

Repository files navigation

chat-client-kt

Description

A simple chat client I wrote to communicate with my Chat Server. It uses Compose Multiplatform to compile the code into a native application.

Features:

  • Bidirectional communication with message server
  • Uses HTTP basic authentication to authenticate against message server
  • Respects XDG_CACHE_DIR to cache messages locally
  • Uses Kotlins awesome Flows to handle state :)

Images

Login

home

About

Native client for receiving and sending messages to other clients

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages