サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
CES 2025
www.phoenixframework.org
Build a real-time Twitter clone in 15 minutes with LiveView and Phoenix 1.5 Posted on April 22nd, 2020 by Chris McCord Phoenix v1.5 has been released with LiveView integration. This release makes it easier than ever to build interactive, real-time applications. We put together a quick screencast to show just how much you can accomplish in 15 minutes with LiveView: Outside of Phoenix LiveView integ
Phoenix 1.3.0 released Posted on July 28th, 2017 by Chris McCord Phoenix 1.3.0 is out! This release focuses on code generators with improved project structure, first class umbrella project support, and scaffolding that re-enforces Phoenix as a web-interface to your greater Elixir application. We have also included a new action_fallback feature in Phoenix.Controller that allows you to translate com
{"id":"54348ec95b10711400c6c445","name":"Phoenix","subdomain":"phoenixframework","versions":[{"_id":"547f8f293031bc0800e5fe7e","releaseDate":"2014-12-03T22:31:05.923Z","is_deprecated":false,"is_hidden":false,"is_beta":true,"is_stable":false,"codename":"","version_clean":"0.6.1","version":"0.6.1"},{"_id":"5484f8220d7c73140052fdd7","releaseDate":"2014-12-08T01:00:18.327Z","is_deprecated":false,"is_h
hexdocs.pm
What we’ll need The only thing we’ll need for this guide is a working Phoenix application. For those of us who need a simple application to deploy, please follow the Up and Running guide. Goals Our main goal for this guide is to get a Phoenix application running on Heroku. Limitations Heroku is a great platform and Elixir performs well on it. However, you may run into limitations if you plan to le
Phoenix is a web development framework written in Elixir which implements the server-side MVC pattern. Many of its components and concepts will seem familiar to those of us with experience in other web frameworks like Ruby on Rails or Python’s Django. Phoenix provides the best of both worlds - high developer productivity and high application performance. It also has some interesting new twists lik
The Road to 2 Million Websocket Connections in Phoenix Posted on November 3rd, 2015 by Gary Rennie If you have been paying attention on Twitter recently, you have likely seen some increasing numbers regarding the number of simultaneous connections the Phoenix web framework can handle. This post documents some of the techniques used to perform the benchmarks. How It Started A couple of weeks ago I
Phoenix 1.0 – the framework for the modern web just landed Posted on August 28th, 2015 by Chris McCord After a year and a half of work, 2500 commits, and 30 releases, Phoenix 1.0 is here! With 1.0 in place, Phoenix is set to take on the world whether you’re building APIs, HTML5 applications, or network services for native devices. Written in Elixir, you get beautiful syntax, productive tooling and
{"id":"54348ec95b10711400c6c445","name":"Phoenix","subdomain":"phoenixframework","versions":[{"_id":"547f8f293031bc0800e5fe7e","releaseDate":"2014-12-03T22:31:05.923Z","is_hidden":false,"is_beta":true,"is_stable":false,"version_clean":"0.6.1","version":"0.6.1"},{"_id":"5484f8220d7c73140052fdd7","releaseDate":"2014-12-08T01:00:18.327Z","is_hidden":false,"is_beta":true,"is_stable":false,"version_cle
Peace of mind from prototype to production Build rich, interactive web applications quickly, with less code and fewer moving parts. Join our growing community of developers using Phoenix to craft APIs, HTML5 apps and more, for fun or at scale. defmodule TimelineLive do use Phoenix.LiveView def render(assigns) do render("timeline.html", assigns) end def mount(_, _, socket) do Twitter.subscribe("eli
このページを最初にブックマークしてみませんか?
『Phoenix』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く