An open API service indexing awesome lists of open source software.

https://github.com/daggerok/ktor-examples

Quick and fast rapid development with ktor
https://github.com/daggerok/ktor-examples

corutines kotlin kto ktor netty vuepress vuepress-doc

Last synced: 3 months ago
JSON representation

Quick and fast rapid development with ktor

Awesome Lists containing this project

README

          

# ktor-examples
Quick and fast rapid development with ktor [![Build Status](https://travis-ci.org/daggerok/ktor-examples.svg?branch=master)](https://travis-ci.org/daggerok/ktor-examples)

[[toc]]

## HTML + CSS

@[code lang=kotlin transcludeWith=tag::snippet-1](@/ktor-html-css-example/src/Application.kt)

## VuePress docs

```shell script
npm i
npm run build
npx serve .vuepress/dist/
```

open http://localhost:5000/

Documentation is deployed on [GitHub Pages](https://daggerok.github.io/ktor-examples/)

## resources

* [Ktor project](https://ktor.io)
* [Ktor Getting Started](https://ktor.io/quickstart/index.html)
* [Ktor project generator: start.ktor.io](https://start.ktor.io)
* [YouTube: KotlinConf 2018 - Building Server Backends with Ktor by Ryan Harter](youtube.com/watch?v=V4PS3IjIzlw)
* [YouTube: Server-Side Development with Ktor by Hadi Hariri - Bengaluru, June 22, 2019](https://www.youtube.com/watch?v=Y4kyTpi_qO4)
* [VuePress](https://v1.vuepress.vuejs.org/guide/markdown.html#import-code-snippets)
* [VuePress partial includes: markdown-it-vuepress-code-snippet-enhanced](https://www.npmjs.com/package/markdown-it-vuepress-code-snippet-enhanced)