Skip to content

mmurray/xitrum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Xitrum is an async and clustered Scala web framework and HTTP(S) server fusion on top of Netty, Akka, and Hazelcast.

+--------------------+
|      Your app      |
+--------------------+
|        Xitrum      |
| +----------------+ |
| | Web framework  | |  <-- Akka, Hazelcast --> Other instances
| |----------------| |
| | HTTP(S) Server | |
| +----------------+ |
+--------------------+
|       Netty        |
+--------------------+

Getting started

To create a new xitrum project run in shell: :: git clone https://github.com/ngocdaothanh/xitrum-new my-app cd my-app sbt/sbt run

Now you have a new empty project running at http://localhost:8000/ and https://localhost:4430/

Support

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 53.6%
  • Scala 42.1%
  • CSS 4.3%