REST/HTTP 工具包 Spray
- 授权协议: Apache
- 开发语言: Scala
- 操作系统: 跨平台
- 软件首页: http://spray.io/
- 软件文档: http://spray.io/documentation/
软件介绍
Spray 是一个开源的 REST/HTTP 工具包和底层网络 IO 包,基于 Scala 和 Akka 构建。轻量级、异步、非堵塞、基于 actor 模式、模块化和可测试是 spray 的特点。
示例代码:
val responses: Future[Seq[HttpResponse]] = HttpDialog(host = "img.example.com", port = 8888) .send(HttpRequest(GET, "a.gif")) .send(HttpRequest(GET, "b.gif")) .send(HttpRequest(GET, "c.gif")) .end
Using Google App Engine
Charles Severance / O'Reilly Media / 2009-5-23 / USD 29.99
With this book, you can build exciting, scalable web applications quickly and confidently, using Google App Engine - even if you have little or no experience in programming or web development. App Eng......一起来看看 《Using Google App Engine》 这本书的介绍吧!
