Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 706 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 706 Bytes

Chat Application Server

Welcome to the Chat Application Server, a backend server designed for real-time messaging using Kotlin and Ktor.

Features

  • Real-Time Messaging: Enables instant communication via WebSockets.
  • Message Storage: Stores chat data in MongoDB Compass.
  • Dependency Injection: Utilizes Koin for managing application dependencies.

Technology Stack

  • Kotlin: Modern programming language offering concise syntax and powerful features.
  • Ktor: Kotlin-based asynchronous web framework for building backend servers.
  • MongoDB Compass: NoSQL database for flexible and scalable data storage.
  • Koin: Lightweight dependency injection framework for Kotlin.