From e63d37efef0011d5f45e23f51f7ef2201dce5b67 Mon Sep 17 00:00:00 2001 From: moru0011 Date: Thu, 10 Aug 2017 01:03:21 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f37408e0..8b6309c2a 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ ## What is kontraktor ? * A boilerplate free and consistent abstraction for remote communication powered by a **distributed actor-model** +* A WebApp platform supporting a Java backend for modern SPA javascript client frameworks like Polymer.js, vue.js and React.js (transpilation, packaging, optimization). * eases polyglott (**java, javascript** nodejs + browser) (micro-)service oriented distributed systems * separates transport and message encoding from application code. * A browser communicating with a webserver via HTTP/json uses the same API/mechanics as backend services talking to each other using TCP/Binary. -* webapp support (transpilation, packaging, optimization) * fully **asynchronous** * high **performance** * production proven From a502fb4892dde2eab12b0d9a3797f4c33798dbbc Mon Sep 17 00:00:00 2001 From: moru0011 Date: Thu, 10 Aug 2017 01:04:24 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8b6309c2a..4f7987d83 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,11 @@ ## What is kontraktor ? * A boilerplate free and consistent abstraction for remote communication powered by a **distributed actor-model** -* A WebApp platform supporting a Java backend for modern SPA javascript client frameworks like Polymer.js, vue.js and React.js (transpilation, packaging, optimization). +* A **WebApp platform** supporting a Java backend for modern SPA javascript client frameworks like Polymer.js, vue.js and React.js (transpilation, packaging, optimization). * eases polyglott (**java, javascript** nodejs + browser) (micro-)service oriented distributed systems * separates transport and message encoding from application code. -* A browser communicating with a webserver via HTTP/json uses the same API/mechanics as backend services talking to each other using TCP/Binary. -* fully **asynchronous** -* high **performance** +* **asynchronous** +* **high performance** * production proven [Checkout examples here](https://github.com/RuedigerMoeller/kontraktor/tree/trunk/examples) From f41e9842c163a2952e0fe628ad9a7dcf4b9c3b7b Mon Sep 17 00:00:00 2001 From: moru0011 Date: Thu, 10 Aug 2017 01:04:52 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f7987d83..8f91f6d24 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ * A **WebApp platform** supporting a Java backend for modern SPA javascript client frameworks like Polymer.js, vue.js and React.js (transpilation, packaging, optimization). * eases polyglott (**java, javascript** nodejs + browser) (micro-)service oriented distributed systems * separates transport and message encoding from application code. -* **asynchronous** +* **asynchronous, non-blocking** * **high performance** * production proven