Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
RuedigerMoeller committed Sep 14, 2017
1 parent da28984 commit f7be794
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -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**
Expand All @@ -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.
Expand Down

0 comments on commit f7be794

Please sign in to comment.