https://github.com/xitrum-framework/xitrum
  
  
    Async and clustered Scala web framework and HTTP(S) server 
    https://github.com/xitrum-framework/xitrum
  
        Last synced: 8 months ago 
        JSON representation
    
Async and clustered Scala web framework and HTTP(S) server
- Host: GitHub
 - URL: https://github.com/xitrum-framework/xitrum
 - Owner: xitrum-framework
 - License: mit
 - Created: 2010-07-19T22:58:50.000Z (over 15 years ago)
 - Default Branch: master
 - Last Pushed: 2023-02-28T06:06:49.000Z (over 2 years ago)
 - Last Synced: 2024-10-26T18:30:42.786Z (about 1 year ago)
 - Language: Scala
 - Homepage: http://xitrum-framework.github.io/
 - Size: 12.4 MB
 - Stars: 446
 - Watchers: 39
 - Forks: 52
 - Open Issues: 56
 - 
            Metadata Files:
            
- Readme: README.rst
 - Changelog: CHANGELOG.rst
 - License: MIT-LICENSE
 
 
Awesome Lists containing this project
- awesome-scala - xitrum - framework/xitrum)  (Table of Contents / Web Frameworks)
 - awesome-java - Xitrum
 
README
          **Please see** `Xitrum home page `_ **for more details.**
.. image:: 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 `_.