一个采用Netty网络工具包和Akka 处理开发的嵌入式的Scala Web服务器.
这是一个开源,轻量级,嵌入式的Scala Web服务器,用于服务静态文件并且支持RESTful APIs。
- 专为Scala 和 Akka 开发人员打造
Put a RESTful API in front of your Akka actors. Serve static files. Use our Unfiltered like routing DSL.
- Embedded into your App
- Lightweight
v0.2 has > 4000 lines of Scala and Java. Only depedancy is Netty and Akka 2.0
- Supportive of HTTP and HTML5 Standards
HTTP/S, WebSockets, Compression, Headers, Post Body Decoding, SPDY
- Fast-ish
- Open Source