Luny
Back

Messenger

A dead-simple custom protocol for websockets to transfer over instant messaging, similar to old-school internet chat.

Published on
Updated on

0.555

java

Overview

A multi-module Gradle project that provides two instances of the application, a client and a server. Both interact with each other through a custom defined protocol using websockets to simulate the old-school instant messaging.

Features

Technicals

The technology used is Java 21, with Lombok as an annotation processor. This provides streamlined developer experience, not having to deal with Java boilerplate while still enjoying its benefits.