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
- Host: GitHub
- URL: https://github.com/daggerok/ktor-examples
- Owner: daggerok
- License: mit
- Created: 2019-08-27T10:08:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-11T18:14:40.000Z (over 6 years ago)
- Last Synced: 2025-06-23T07:03:27.818Z (7 months ago)
- Topics: corutines, kotlin, kto, ktor, netty, vuepress, vuepress-doc
- Language: Kotlin
- Homepage: https://daggerok.github.io/ktor-examples/
- Size: 3.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ktor-examples
Quick and fast rapid development with ktor [](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)