Phoenix (web framework)

Source: Wikipedia, the free encyclopedia.
Phoenix
Stable release
1.7.11[1] Edit this on Wikidata / 2 February 2024; 4 months ago (2 February 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

long polling using its language agnostic channels feature.[6][7]

Two notable features of Phoenix are LiveView and HEEx. LiveView provides real-time user experiences with server-rendered HTML over HTTP and WebSocket.[8] HEEx is Phoenix's templating language which provides HTML-aware compile time checking.[9]

See also

References

  1. ^ "phoenixframework/phoenix – Release v1.7.11". GitHub.
  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. .
  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