send link to app

Learn Phoenix Framework [PRO] app for iPhone and iPad


4.6 ( 4896 ratings )
Reference Education
Developer: Muhammad Mubeen
1.99 USD
Current version: 1.0, last update: 1 year ago
First release : 13 Jul 2022
App size: 33.4 Mb

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.

Phoenix is a web development framework written in the functional programming language Elixir. Phoenix uses a server-side model-view-controller (MVC) pattern. Based on the Plug library, and ultimately the Cowboy Erlang framework, it was developed to provide highly performant and scalable web applications. In addition to the request/response functionality provided by the underlying Cowboy server, Phoenix provides soft realtime communication to external clients through WebSockets or long polling using its language agnostic channels feature. Two of the most important features in Phoenix are LiveView and HEEx.