欢迎大家赞助一杯啤酒🍺 我们准备了下酒菜:Formal mathematics/Isabelle/ML, Formal verification/Coq/ACL2, C++/F#/Lisp
Phoenix framework
来自开放百科 - 灰狐
(版本间的差异)
小 (→项目) |
小 (→项目) |
||
第34行: | 第34行: | ||
*[https://github.com/livebook-dev/livebook Livebook] Livebook is a web application for writing interactive and collaborative code notebooks for Elixir, built with Phoenix LiveView. | *[https://github.com/livebook-dev/livebook Livebook] Livebook is a web application for writing interactive and collaborative code notebooks for Elixir, built with Phoenix LiveView. | ||
*[https://github.com/nccgroup/sobelow Sobelow] [[Security]]-focused static analysis for the Phoenix Framework | *[https://github.com/nccgroup/sobelow Sobelow] [[Security]]-focused static analysis for the Phoenix Framework | ||
+ | *[https://github.com/Cinderella-Man/igthorn Igthorn] 是一个用 [[Elixir]] 编写的加密货币交易平台(Cryptocurrency trading platform)。 | ||
==文档== | ==文档== |
2021年12月2日 (四) 04:09的版本
Phoenix framework
Phoenix是最流行的Elixir Web框架,Elixir创建者是Rails的核心成员,Phoenix创建者也有Rails开发背景,这意味着Phoenix也简单易用。其中,最令人兴奋的特性是实时功能,每个网站访问者都在服务器上有自己的进程和实时连接。
Elixir具有Erlang的所有优点(如性能和可靠性),同时又兼具Ruby的高效,所以 Phoenix 框架值得实践和期待。
目录 |
指南
mix archive.install https://github.com/phoenixframework/phoenix/releases/download/v1.0.2/phoenix_new-1.0.2.ez mix phoenix.new hello_phoenix cd hello_phoenix mix deps.get mix ecto.create // vim config/dev.exs 修改PostgreSQL参数 mix phoenix.server 或者 iex -S mix phoenix.server http://localhost:4000/
用例
项目
- Hex
- ExAdmin
- Addict User management lib for Phoenix Framework
- Phoenix.Ecto
- Phoenix.PubSub
- Phoenix.HTML
- phoenix-trello
- phoenix-battleship
- ESpecPhoenix
- Phoenix LiveView
- Livebook Livebook is a web application for writing interactive and collaborative code notebooks for Elixir, built with Phoenix LiveView.
- Sobelow Security-focused static analysis for the Phoenix Framework
- Igthorn 是一个用 Elixir 编写的加密货币交易平台(Cryptocurrency trading platform)。
文档
图集
链接
- Phoenix framework官网
- Phoenix framework @ github
- Gigalixir Elixir’s Platform as a Service
分享您的观点