Skip to content

nakkayev1707/AkkaActor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

AkkaActor is a project 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors