xitrum-framework / xitrum

Async and clustered Scala web framework and HTTP(S) server

Home Page:http://xitrum-framework.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Please see Xitrum home page for more details.

http://xitrum-framework.github.io/parts/whale.png

Xitrum is an async and clustered Scala web framework on top of Netty, Akka, and Hazelcast. It also has a fast built-in HTTP(S) server.

+--------------------+
|      Clients       |
+--------------------+
        ↓   ↑
+--------------------+
|       Netty        |
+--------------------+
|       Xitrum       |
| +----------------+ |
| | HTTP(S) Server | |
| |----------------| |
| | Web framework  | |  ← Akka, Hazelcast → Other instances
| +----------------+ |
+--------------------+
|      Your app      |
+--------------------+

Xitrum is an open source project. See list of contributors.

About

Async and clustered Scala web framework and HTTP(S) server

http://xitrum-framework.github.io/

License:MIT License


Languages

Language:Scala 95.6%Language:JavaScript 4.2%Language:CSS 0.2%