Listing all posts

Stateless vs stateful web apps

  • George Guimarães
  • February 4th, 2016
  • phoenix

Learn the technical requirements and implications of running stateful web apps and how Phoenix simplifies your stack compared to frameworks like Rails and Socket.IO.

Introducing reducees

Elixir provides the concept of collections, which may be in-memory data structures, as well as events, I/O resources and more. All of this is powered by "reducees".