diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-03-05 20:39:03 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-03-05 20:39:03 +0100 |
commit | ad66250335d9d51cf723ea5b803e6054dc4590b6 (patch) | |
tree | 5d6bf637d5626b4e89eacdb5094aa25d473c580d | |
parent | a7769cf4954699a6765d34b854f8cc419cf3a756 (diff) | |
download | kvision-ad66250335d9d51cf723ea5b803e6054dc4590b6.tar.gz kvision-ad66250335d9d51cf723ea5b803e6054dc4590b6.tar.bz2 kvision-ad66250335d9d51cf723ea5b803e6054dc4590b6.zip |
Updated README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ allows to build full-stack, multiplatform applications with shared common code. - Easy to use Drag & Drop support. - Type-safe REST connectivity. - 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. +- Support for building multi-platform desktop applications with [Electron](https://electronjs.org). - 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). |