All Projects → s1monw1 → Ktor Rest Sample

s1monw1 / Ktor Rest Sample

Sample REST Service written in Kotlin with Ktor Framework

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to Ktor Rest Sample

Restc Cpp
Modern C++ REST Client library
Stars: ✭ 371 (+902.7%)
Mutual labels:  rest, coroutines
Vue Chimera
VueJS reactive RESTful API
Stars: ✭ 160 (+332.43%)
Mutual labels:  rest, reactive
State Machine
🤖 A state machine library for Kotlin, with extensions for Android.
Stars: ✭ 72 (+94.59%)
Mutual labels:  reactive, coroutines
Proteus
Lean, mean, and incredibly fast JVM framework for web and microservice development.
Stars: ✭ 178 (+381.08%)
Mutual labels:  rest, reactive
GitKtDroid
A sample Android application📱 built with Kotlin for #30DaysOfKotlin
Stars: ✭ 53 (+43.24%)
Mutual labels:  reactive, coroutines
Siesta
The civilized way to write REST API clients for iOS / macOS
Stars: ✭ 2,142 (+5689.19%)
Mutual labels:  rest, reactive
Mobx Rest
REST conventions for Mobx
Stars: ✭ 164 (+343.24%)
Mutual labels:  rest, reactive
kit
C++11 libs: await, channels, reactive/signals, timelines, alarms, logging, args, etc.
Stars: ✭ 21 (-43.24%)
Mutual labels:  reactive, coroutines
Ngx Restangular
Restangular for Angular 2 and higher versions
Stars: ✭ 787 (+2027.03%)
Mutual labels:  rest, reactive
Apicache
Simple API-caching middleware for Express/Node.
Stars: ✭ 957 (+2486.49%)
Mutual labels:  rest
Discord4j
Discord4J is a fast, powerful, unopinionated, reactive library to enable quick and easy development of Discord bots for Java, Kotlin, and other JVM languages using the official Discord Bot API.
Stars: ✭ 973 (+2529.73%)
Mutual labels:  rest
Confluence Python Lib
A python library wrapping the Confluence REST API
Stars: ✭ 30 (-18.92%)
Mutual labels:  rest
Siodb
The simplicity of REST and the power of SQL combined in a database that automatized security and performance. Forget the database, develop faster and safer!
Stars: ✭ 31 (-16.22%)
Mutual labels:  rest
Watermelondb
🍉 Reactive & asynchronous database for powerful React and React Native apps ⚡️
Stars: ✭ 7,996 (+21510.81%)
Mutual labels:  reactive
Ably Go
Go client library SDK for Ably realtime messaging service
Stars: ✭ 29 (-21.62%)
Mutual labels:  rest
Jdonframework
Domain-Driven-Design Pub/Sub Domain-Events framework
Stars: ✭ 978 (+2543.24%)
Mutual labels:  reactive
Nextjs Graphql Sample
A simple app to demonstrate basic API functions built with REST and GraphQL
Stars: ✭ 29 (-21.62%)
Mutual labels:  rest
Versionist
A plugin for versioning Rails based RESTful APIs.
Stars: ✭ 950 (+2467.57%)
Mutual labels:  rest
Handle Path Oz
Android Library to handle multiple Uri's(paths) received through Intents.
Stars: ✭ 36 (-2.7%)
Mutual labels:  coroutines
Restful.js
A pure JS client for interacting with server-side RESTful resources. Think Restangular without Angular.
Stars: ✭ 977 (+2540.54%)
Mutual labels:  rest

ktor Example Application

Shows usage of Kotlin library ktor: Simple REST Server exposing JSON API for Person entities.

Build and Run

The app is backed by gradle. Build with gradle build, Run with gradle run.

Optionally configure the port (default 8080) by passing --server.port=xxxx as an application argument to java -jar command:

java -jar ktorapp-version.jar --server.port=1234

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].