diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-04-11 17:58:10 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-04-11 17:58:10 +0200 |
commit | 2382d82d5aaed8e6519da9e82d771ee94007b2cd (patch) | |
tree | d97c4fef6ee147b97d58115ca7544097a21c7569 /README.md | |
parent | 05aa68315cbb475b6d205a54061495c5dc749e67 (diff) | |
download | kvision-2382d82d5aaed8e6519da9e82d771ee94007b2cd.tar.gz kvision-2382d82d5aaed8e6519da9e82d771ee94007b2cd.tar.bz2 kvision-2382d82d5aaed8e6519da9e82d771ee94007b2cd.zip |
Updated README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,8 +45,8 @@ allows to build full-stack, multiplatform applications with shared common code. - 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. - 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 type-safe websockets connections with [Ktor](https://ktor.io). +- 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, +including support for type-safe websockets connections. - Support for building cross-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 |