Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Kotlin-lang-CN/Kotlin-CN
【已下线】https://discuss.kotliner.cn 的第一个实验版本,尝试使用Kotlin编写构建的 Kotlin China 论坛,etcd+自研tpc协议RPC
https://github.com/Kotlin-lang-CN/Kotlin-CN
etcd forums java kotlin kotlin-china rpc
Last synced: 27 days ago
JSON representation
【已下线】https://discuss.kotliner.cn 的第一个实验版本,尝试使用Kotlin编写构建的 Kotlin China 论坛,etcd+自研tpc协议RPC
- Host: GitHub
- URL: https://github.com/Kotlin-lang-CN/Kotlin-CN
- Owner: Kotlin-lang-CN
- Created: 2016-06-29T02:52:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-09T09:16:02.000Z (over 6 years ago)
- Last Synced: 2024-08-04T11:02:59.168Z (4 months ago)
- Topics: etcd, forums, java, kotlin, kotlin-china, rpc
- Language: Kotlin
- Homepage: https://discuss.kotliner.cn
- Size: 2.94 MB
- Stars: 273
- Watchers: 15
- Forks: 29
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-hacking-lists - Kotlin-lang-CN/Kotlin-CN - 【已下线】https://discuss.kotliner.cn 的第一个实验版本,尝试使用Kotlin编写构建的 Kotlin China 论坛,etcd+自研tpc协议RPC (Kotlin)
README
## Kotlin China
[![Kotlin China](https://kotliner.cn/static/img/logo_big.8f4f157.png)](https://kotliner.cn)
Branch|Status
:---:|:---:
newest|[![Build status](https://ci.appveyor.com/api/projects/status/g66nh4l1358uk4tg?svg=true)](https://ci.appveyor.com/project/ice1000/kotlin-cn)
master|[![Build status](https://ci.appveyor.com/api/projects/status/g66nh4l1358uk4tg/branch/master?svg=true)](https://ci.appveyor.com/project/ice1000/kotlin-cn/branch/master)本项目是由[Kotlin中文社区](https://github.com/Kotlin-lang-CN)主导开发的的 **互动文章区** 和 **Wiki**
本项目服务使用[Kotlin](https://kotlinlang.org)实现并构建,正持续开发新功能板块.
欢迎广大 Kotlin 爱好者参与 [Fork](https://github.com/Kotlin-lang-CN/Kotlin-CN/network) 或 [Star](https://github.com/Kotlin-lang-CN/Kotlin-CN/stargazers),你们的支持是我们最大的动力.
## 社区
我们致力于提供最好的Kotlin中文教程, 共建最潮流的 Kotlin 中文社区. 社区正在开发中,欢迎参与kotlin学习讨论, 或是参与论坛开发...
加入我们 QQ:561490348 [![QQ群](http://pub.idqqimg.com/wpa/images/group.png)](//shang.qq.com/wpa/qunwpa?idkey=3ca5ebb183d90a980fff13e960380bdd660b3475e1434b12e35d42d5df0428b6)
邮件联系我: [chpengzh](mailto:[email protected])论坛: [https://kotliner.cn](https://kotliner.cn)
社区博客: [https://blog.kotliner.cn](https://blog.kotliner.cn)
中文站: [https://www.kotlincn.net](https://www.kotlincn.net)
## Why Kotlin?
首先, Java 能做的 Kotlin 也能做, 而且后者诚然具有不少优秀的高级语言特性 (去特么的Java, 垃圾语言毁我青春耗我钱财).
其次, Kotlin 写 Android 也写了一段时间了, 想试试写后台什么感觉, 于是就决定做一个 Kotlin-China 的论坛.
最近 Kotlin 也被 google 推为了官方编程语言之一,也是大势所趋.新事物出现是必然的、客观的规则, 一方面有些人会顾虑新事物所造成的革新会颠覆自己过去的认知,一方面会有些人大胆的去接受这些新事物并一探究竟.
于是我决定就用这门语言去做一个论坛(使用的基本都是传统`javaEE`库), 用最简单的最原始的方式来证明这个语言是完备的,并不脱离于现有的`java`体系, 而是更好的依附在其之上.
诚如所言, Kotlin China 将是一个 Kotlin in product 的网站.
## For Developer
本项目服务端使用前后端分离模式开发,前端使用vue.js编写。
想参与该项目开发,可以通过邮件联系我,或者在github上提issue。
- Kotlin China 问答版服务端结构简述 [here](https://kotliner.cn/post/6284216879862673408)