diff options
author | Robert Jaros <rjaros@finn.pl> | 2020-05-21 17:21:04 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2020-05-21 17:21:04 +0200 |
commit | 3ad3ca99adc7d76f82829a8b2e47cdd573eacc1a (patch) | |
tree | c2ce8cedeb89ab99f2a7c5c49048cc6d302e5111 | |
parent | bf6c403f62b9f9116e28ec7a4c3fe48221ab36ec (diff) | |
download | kvision-3ad3ca99adc7d76f82829a8b2e47cdd573eacc1a.tar.gz kvision-3ad3ca99adc7d76f82829a8b2e47cdd573eacc1a.tar.bz2 kvision-3ad3ca99adc7d76f82829a8b2e47cdd573eacc1a.zip |
Updated README
-rw-r--r-- | README.md | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -54,8 +54,9 @@ allows to build fullstack applications with shared common code. - Supports an observer pattern for data bindings. - 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. +- Support for jQuery animations and effects. - Type-safe REST connectivity. -- Support for event Flows. +- Support for event Flows and StateFlow for observables. - Innovative integration interface for [Ktor](https://ktor.io), [Jooby](https://jooby.io), [Spring Boot](https://spring.io/projects/spring-boot), [Javalin](https://javalin.io) and [Vert.x](https://vertx.io) frameworks on the server side, including support for type-safe websockets connections. @@ -69,7 +70,9 @@ boilerplate code for server-side interfaces. ## Examples and documentation -Ready to explore, rich set of [KVision examples](https://github.com/rjaros/kvision-examples) is available in the separate project. +Ready to explore, rich set of [KVision examples](https://github.com/rjaros/kvision-examples) is available in the separate project. + +See also the complete frontend implementation of [RealWorld example application](https://github.com/rjaros/kvision-realworld-example-app). The comprehensive [KVision guide](https://kvision.gitbook.io/kvision-guide/) is published on GitBook. |