diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-02-03 21:17:04 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-02-03 21:17:04 +0100 |
commit | 0fb3929cfccbe057cf23f5c306b03c8da446c2ac (patch) | |
tree | 2d9e895db0bf2d51f84b1c38306e01157ba70605 /README.md | |
parent | 9b4f3f20d3878a10b4c6c21ded47ad5f74dfa8d3 (diff) | |
download | kvision-0fb3929cfccbe057cf23f5c306b03c8da446c2ac.tar.gz kvision-0fb3929cfccbe057cf23f5c306b03c8da446c2ac.tar.bz2 kvision-0fb3929cfccbe057cf23f5c306b03c8da446c2ac.zip |
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -13,8 +13,7 @@ but by using well known OOP design patterns - composition and inheritance. This design is quite similar to many non-web UI programming libraries including Swing (Java), JavaFX, QT (C++) and WinForms (C#). -KVision contains innovative connectivity interface for [Jooby](https://jooby.org) micro web framework -or [Spring Boot](https://spring.io/projects/spring-boot) framework on the server side, which +KVision contains innovative connectivity interface for [Ktor](https://ktor.io/), [Jooby](https://jooby.org) and [Spring Boot](https://spring.io/projects/spring-boot) frameworks on the server side, which allows to build full-stack, multiplatform applications with shared common code. **KVision is a new project in a development phase. Please create an issue for any bugs or feature requests.** @@ -34,7 +33,7 @@ allows to build full-stack, multiplatform applications with shared common code. - Data binding support for [observable](https://github.com/rjaros/kotlin-observable-js) data model. - Internationalization support based on [Jed](http://messageformat.github.io/Jed/) library and [gettext](https://www.gnu.org/software/gettext/) translations. - Easy to use Drag & Drop support. -- Innovative integration interface for [Jooby](https://jooby.org) micro web framework or [Spring Boot](https://spring.io/projects/spring-boot) framework on the server side. +- Innovative integration interface for [Ktor](https://ktor.io), [Jooby](https://jooby.org) and [Spring Boot](https://spring.io/projects/spring-boot) frameworks on the server side. - Ready to explore [KVision examples](https://github.com/rjaros/kvision-examples) are available, built with [Gradle](https://gradle.org/) and supporting Webpack's [Hot Module Replacement (HMR)](https://webpack.js.org/concepts/hot-module-replacement/) and [Kotlin JavaScript DCE (dead code elimination)](https://kotlinlang.org/docs/reference/javascript-dce.html). |