diff options
author | Robert Jaros <rjaros@finn.pl> | 2020-03-03 11:55:00 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2020-03-03 11:55:00 +0100 |
commit | 63fc1f5162de163ef8daf910d8eabbfc71ad1e1c (patch) | |
tree | d0a513cb10033b5ce442b27e752711424499b1f0 /README.md | |
parent | be6ba3aa2ba9d99fe561288a1504914c0ef4c10c (diff) | |
download | kvision-63fc1f5162de163ef8daf910d8eabbfc71ad1e1c.tar.gz kvision-63fc1f5162de163ef8daf910d8eabbfc71ad1e1c.tar.bz2 kvision-63fc1f5162de163ef8daf910d8eabbfc71ad1e1c.zip |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ which are used as a builder blocks for the application GUI. KVision's design is quite similar to many non-web UI programming libraries including Swing, JavaFX, QT, WinForms and Flutter. KVision contains innovative connectivity interface for [Ktor](https://ktor.io/), [Jooby](https://jooby.org), [Spring Boot](https://spring.io/projects/spring-boot) and [Javalin](https://javalin.io) frameworks on the server side, which -allows to build full-stack, multiplatform applications with shared common code. +allows to build fullstack applications with shared common code. **KVision is being actively developed. Please create an issue for any bugs or feature requests.** |