发布于 2017-07-24 23:57:35 | 116 次阅读 | 评论: 0 | 来源: 网友投递
Phoenix Elixir Web 框架
Phoenix 是函数式编程语言 Elixir 的 Web 开发框架。要求 Elixir v1.0.2+
phoenix 1.3.0-rc.3发布了,Phoenix 是函数式编程语言 Elixir 的 Web 开发框架。
更新内容如下:
Enhancements
[ChannelTest] Subscribe connect
to UserSocket.id
to support testing forceful disconnects
[Socket] Support static :assigns
when defining channel routes
[Channel] Add V2 of wire channel wire protocol with resolved race conditions and compacted payloads
[phx.new] Use new lib/my_app
and lib/my_app_web
directory structure
[phx.new] Use new MyAppWeb
alias convention for web modules
[phx.gen.context] No longer prefix Ecto table name by context name
JavaScript client enhancements
Use V2 channel wire protocol support
JavaScript client bug fixes
Resolve race conditions when join timeouts occur on client, while server channel successfully joins
下载地址: