Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 670 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 670 Bytes

AkkaActor

Overview

AkkaActor is a simple chat application built using Akka, a powerful toolkit and runtime for building concurrent, distributed, and resilient message-driven applications in Java. This project demonstrates the basics of creating actors, managing their lifecycle, and handling message passing in a chat application context.

Features

  • Actor-based concurrency model
  • Basic chat functionality
  • Demonstrates Akka actor lifecycle management
  • Configurable via application.conf

Prerequisites

  • Java 8 or higher
  • Maven

Getting Started

Clone the Repository

git clone https://github.com/nakkayev1707/AkkaActor.git
cd AkkaActor