发布于 2016-04-30 00:33:14 | 112 次阅读 | 评论: 0 | 来源: 网友投递
Phoenix Elixir Web 框架
Phoenix 是函数式编程语言 Elixir 的 Web 开发框架。要求 Elixir v1.0.2+
Phoenix v1.2.0-rc.0 发布了,
主要功能增强:
CodeReloader] The lib/
directory is now code reloaded by default along with web/
in development
[Channel] Add subscribe/2
and unsubscribe/2
to handle external topic subscriptions for a socket
[View] Generate private render_template/2
clauses for views to allow overriding render/2
clauses before rendering templates
[Channel] Add :phoenix_channel_join
instrumentation hook
更多更新信息,可以在这里查看。