https://github.com/shengyou/20191103-ktor-introduction
2019/11/3 在 COSCon'19 发表「通过 Ktor 迅速打造以 Kotlin 为核心的后端服务应用」的示范代码
https://github.com/shengyou/20191103-ktor-introduction
api backend example exposed kotlin ktor web website
Last synced: 7 months ago
JSON representation
2019/11/3 在 COSCon'19 发表「通过 Ktor 迅速打造以 Kotlin 为核心的后端服务应用」的示范代码
- Host: GitHub
- URL: https://github.com/shengyou/20191103-ktor-introduction
- Owner: shengyou
- Created: 2019-11-06T09:19:30.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-06T09:55:58.000Z (almost 6 years ago)
- Last Synced: 2025-01-28T10:51:29.554Z (9 months ago)
- Topics: api, backend, example, exposed, kotlin, ktor, web, website
- Language: Kotlin
- Homepage: https://www.bagevent.com/event/5744455
- Size: 61.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# 通过 Ktor 迅速打造以 Kotlin 为核心的后端服务应用
于 [COSCon'19](https://www.bagevent.com/event/5744455) 发表如何以 Ktor 框架迅速打造成 Kotlin 为核心的后端服务应用。
## 相关材料
* 简报档:https://www.slideshare.net/shengyou/build-backend-application-using-ktor/
* 范例代码:https://github.com/shengyou/20191103-ktor-introduction
### 警告!
#### 这个范例程式码仅是配合投影片上的展示而撰写,范例内为配合概念演示,程式码并非最佳实践、程式内的诸多功能、错误处理也不完整,目的仅是做为概念验证。请勿将这个程式码佈署至上线机器,若因此造成您的损失恕不负责。