Misplaced Pages

Phoenix (web framework)

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
Web framework written in Elixir
Phoenix
Stable release1.7.14 Edit this on Wikidata / 18 June 2024; 6 months ago (18 June 2024)
Repository
Websitewww.phoenixframework.org Edit this on Wikidata

Phoenix is a web development framework written in the functional programming language Elixir.

Details

Phoenix uses a server-side model–view–controller (MVC) pattern. Based on the Plug library, and ultimately the Erlang HTTP server Cowboy, 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 notable features of Phoenix are LiveView and HEEx. LiveView provides real-time user experiences with server-rendered HTML over HTTP and WebSocket. HEEx is Phoenix's templating language which provides HTML-aware compile time checking.

See also

References

  1. "phoenixframework/phoenix".
  2. Krill, Paul. "Phoenix Web framework rises to 1.0 status". JavaWorld. Retrieved 2018-05-08.
  3. "plug". Hex.
  4. "Nine Nines: Cowboy User Guide". ninenines.eu.
  5. McCord, Chris; Tate, Bruce; Valim, José (2016). Programming Phoenix. Pragmatic Bookshelf. p. 18. ISBN 9781680504361.
  6. "elixir and phoenix so far, channels - Tech Dominator". blog.techdominator.com.
  7. DeBenedetto, Sophie. "Building a Real Time App With Phoenix". Retrieved 2019-02-26.
  8. "Phoenix.LiveView — Phoenix LiveView v0.18.2". hexdocs.pm. Retrieved 2022-10-10.
  9. "Assigns and HEEx templates — Phoenix LiveView v0.18.2". hexdocs.pm. Retrieved 2022-10-10.

External links

Categories: