8000 GitHub - repos-scala/xitrum: Scala web framework and server on top of Netty
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

repos-scala/xitrum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

http://www.bdoubliees.com/journalspirou/sfigures6/schtroumpfs/s3.jpg

Xitrum ("Smurf" in Vietnamese) is a lightweight Scala web framework and web server on top of Netty:

  • It fills the gap between Scalatra and Lift: more powerful than Scalatra and easier to use than Lift. You can easily create both RESTful APIs and postbacks. Xitrum is controller-first like Scalatra, not view-first like Lift.
  • Typesafe, in the spirit of Scala.
  • Asynchronous, in the spirit of Netty.
  • Stateless, by default sessions are not stored on server.
  • In-process and distribued cache using Hazelcast, you don't need separate cache servers.
  • Scalable Comet, you can scale Comet to multiple servers.
+-----------------+
|    Your app     |
+-----------------+
|      Xitrum     |  <-- Hazelcast --> Other instances
| +-------------+ |
| | Action/View | |
| +-------------+ |
+-----------------+
|      Netty      |
| +-------------+ |
| | HTTP Server | |
| +-------------+ |
+-----------------+

What do you create web applications for? There are 2 main use cases:

  • To serve machines: you need to create RESTful APIs for smartphones, web services for other web sites.
  • To serve human users: you need to create interactive web pages.

As a web framework, Xitrum aims to support you to solve these use cases easily.

Xitrum is inspired by Nitrogen:

About

Scala web framework and server on top of Netty

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0