- 授权协议: Apache
- 开发语言: ErLang
- 操作系统: 跨平台
- 软件首页: http://rackla.org/
- 软件文档: https://github.com/AntonFagerberg/rackla/blob/master/README.md
- 官方下载: https://github.com/AntonFagerberg/rackla/archive/master.zip
软件介绍
Rackla 是构建 API 网关的开源框架。
使用Rackla作为库
在mix.exs中,添加:rackla和:cowboy作为依赖项:
defp deps do
[
{:rackla, "~> 1.2"},
{:cowboy, "~> 1.0"} # Or your web server of choice (which works with Plug)
]
end并添加:rackla和:cowboy到应用程序:
def application do [applications: [:logger, :rackla, :cowboy]] end
Sass and Compass in Action
Wynn Netherland、Nathan Weizenbaum、Chris Eppstein、Brandon Mathis / Manning Publications / 2013-8-2 / USD 44.99
Written by Sass and Compass creators * Complete Sass language reference * Covers prominent Compass community plug-ins * Innovative approach to creating stylesheets Cascading Style Sheets paint the we......一起来看看 《Sass and Compass in Action》 这本书的介绍吧!
