diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-10-21 23:35:24 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-10-21 23:35:24 +0200 |
commit | 9d7e3393425e8484b9c862654e1d547b69aa765b (patch) | |
tree | 3df9db4b55aeaf0857d6aa6ee184f45d7cbc1176 /README.md | |
parent | ea99e275d2082581f6b03be679245ccc20d21211 (diff) | |
download | kvision-9d7e3393425e8484b9c862654e1d547b69aa765b.tar.gz kvision-9d7e3393425e8484b9c862654e1d547b69aa765b.tar.bz2 kvision-9d7e3393425e8484b9c862654e1d547b69aa765b.zip |
Updated README.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -13,7 +13,8 @@ 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 on the server side, which +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 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.** @@ -31,8 +32,9 @@ allows to build full-stack, multiplatform applications with shared common code. - Includes sophisticated layout containers, including CSS flexbox, CSS grid and Bootstrap responsive 12 columns grid. - Includes convenient forms implementation, with support for many different input components and easy to use validation. - 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 on the server side. +- 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. - 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). |