From f7be7943b6600d77921d5628831728efa4c47544 Mon Sep 17 00:00:00 2001 From: RuedigerMoeller Date: Thu, 14 Sep 2017 18:18:56 +0200 Subject: [PATCH] . --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 17d9a1359..bd5e07f7b 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,5 @@ # kontraktor 4 -**Credits**: kontraktor makes use of many awesome open source libraries such as -* undertow, (io.undertow) see [undertow.io](undertow.io) -* jsoup (org.jsoup) - real world html parser -* httpasyncclient (org.apache.httpcomponents) -* npm-semver, (com.github.yuchi) -* fast-classpath-scanner (io.github.lukehutch) -* org.apache.commons, slf4j-api, minimal-json (com.eclipsesource.minimal-json), junit - ## What is kontraktor ? * A boilerplate free and consistent abstraction for asynchronous remote communication powered by a **distributed actor-model** @@ -28,6 +20,15 @@ * build modern microservice systems (java (JVM), nodejs) beyond the Limits of REST. Asynchronous, event sourced, encoding (fast binary, json for interop) and network transport independent (choose from TCP, WebSockets, Http-(Long Poll)). * power modern SPA apps with a java based webserver +**Credits**: kontraktor makes use of many awesome open source libraries such as +* undertow, (io.undertow) see [undertow.io](undertow.io) +* jsoup (org.jsoup) - real world html parser +* httpasyncclient (org.apache.httpcomponents) +* npm-semver, (com.github.yuchi) +* fast-classpath-scanner (io.github.lukehutch) +* org.apache.commons, slf4j-api, minimal-json (com.eclipsesource.minimal-json), junit + + ## Modules Kontraktor consists of several modules. For sake of simplicity all module versions are kept in sync with kontraktor core.