NoteApp sever

Overview

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.
You might also like...
Owner
Gamal Ragab
I'm a native android developer (java & kotlin)
Gamal Ragab
A js websocket server that handle an android app that connect to the sever with a QR code, to move a red square on a webpage with the gyroscope and accelerometer

online game a js websocket server with an express server, with a mobile app. backend express is used to handle the creation page, game page and the cr

null 2 Oct 7, 2021
NoteApp - Simple Note app using Room database and MVVM design pattern

General Used Room Database and Followed MVVM Architecture Pattern to build the a

Nasim Mahamud Shameem 1 Jun 29, 2022
NoteApp - A note taking app illustrating Android best practices with Jetpack Compose.

NoteApp - A note taking app illustrating Android best practices with Jetpack Compose.

Ă–mer Karaca 23 Dec 20, 2022