Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 1.01 KB

File metadata and controls

13 lines (9 loc) · 1.01 KB

ServerNoteApp

this is server app using ktor framework setup with kotlin language

Built With

  • Kotlin - As a programming language.
  • Coroutines - For multithreading while handling requests to the server and local database.
  • Routing - Routing is the core Ktor plugin (formerly known as feature) for handling incoming requests in a server application. When the client makes a request to a specific URL
  • kotlinx.serialization - https://ktor.io/docs/kotlin-serialization.html
  • JSON Web Tokens - JSON Web Token is an open standard that defines a way for securely transmitting information between parties as a JSON object
  • Clean Architecture - Applying Clean Architecture and Solid Principles to build a robust, maintainable, and testable application.