Welcome to the Chat Application Server, a backend server designed for real-time messaging using Kotlin and Ktor.
- Real-Time Messaging: Enables instant communication via WebSockets.
- Message Storage: Stores chat data in MongoDB Compass.
- Dependency Injection: Utilizes Koin for managing application dependencies.
- 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.