Xitrum

Scala framework inspired by Rails

@GET("articles/:id")
@CacheActionMinute(5)
class ArticlesShow extends Action {
  def execute() {
    val id = param[Int]("id")
    at("article") = getArticle(id)
    respondView()
  }
}    
Rakuten Technology Conference 2013
Takeharu Oshida

http://is.gd/leochat


About me



Takeharu Oshida

working at Mobilus as a software engineer

javascript/php/android/scala
github: georgeosddev

Demo: Scalable chat system


Xitrum




Async and clustered Scala web framework,
on top of Netty, Akka, and Hazelcast

WE'RE HIRING


Real time server technology is an important area in the IT industry, impacting major IT developments from cloud computing to wireless computing and applications. It has been used in popular mobile messaging applications and real-time data analysis. 
 We are applying the technology to build scalable real-time game engines and other sophisticated mobile applications requiring scalability. 

Join us in this hot, growing field. Be the best engineer you can be.

Introduction of xitrum

By Takeharu.Oshida

Introduction of xitrum

Introduction of xitrum

  • 5,645