aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-10-21 23:35:24 +0200
committerRobert Jaros <rjaros@finn.pl>2018-10-21 23:35:24 +0200
commit9d7e3393425e8484b9c862654e1d547b69aa765b (patch)
tree3df9db4b55aeaf0857d6aa6ee184f45d7cbc1176
parentea99e275d2082581f6b03be679245ccc20d21211 (diff)
downloadkvision-9d7e3393425e8484b9c862654e1d547b69aa765b.tar.gz
kvision-9d7e3393425e8484b9c862654e1d547b69aa765b.tar.bz2
kvision-9d7e3393425e8484b9c862654e1d547b69aa765b.zip
Updated README.
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index e152ca42..fa54737a 100644
--- a/README.md
+++ b/README.md
@@ -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).