Skip to content

Commit

Permalink
Merge branches '4.05' and 'trunk' of https://github.com/RuedigerMoell…
Browse files Browse the repository at this point in the history
…er/kontraktor into trunk
  • Loading branch information
RuedigerMoeller committed Aug 15, 2017
2 parents efe8d15 + f41e984 commit d93bfd7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
* 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**
* **asynchronous, non-blocking**
* **high performance**
* production proven

[Checkout examples here](https://github.com/RuedigerMoeller/kontraktor/tree/trunk/examples)
Expand Down

0 comments on commit d93bfd7

Please sign in to comment.