ryanswapp

ryanswapp

Poll: How do you use Phoenix in Production?

I think it would be interesting to see how most people are using Phoenix in production. Do you use it as an API backend for a SPA? Or do you use it to deliver a server rendered web app? Choose the option which describes how you’ve MOSTLY used Phoenix in production.

  • API Backend
  • Server Rendered Web App

0 voters

Most Liked

aseigo

aseigo

When we do an API backend, we tend to just use Plug directly without the rest of Phoenix. And when we need something with rendered pages, channels, etc. then we use Phoenix. One of the things I like / enjoy about the Elixir / Phoenix stack is you can use it all and it comes wonderfully packaged up … or just the parts you really need for a given project.

zimt28

zimt28

Is there a way to change the answer? Looks like my phone didn’t understand what I wanted to vote for, I meant to press server rendered.

ryanswapp

ryanswapp

On desktop I can change my answer. I’m not sure if the mobile version allows that though. If you leave the thread and then go back into it does it show you the two options again? At that point you should be able to change your vote.

AstonJ

AstonJ

Don’t have a production app yet but I think most of mine will be server rendered so voted as such.

Re changing vote, yes you should be able to - click on ‘hide results’ then make your selection again.

Where Next?

Popular in Polls Top

AstonJ
A terminal multiplexer is a software application that can be used to multiplex several separate pseudoterminal-based login sessions insid...
New
josefrichter
There are two polls and a third question… 1) Displays poll 2) Orientation poll 3) Configuration Please let us know how you are using you...
New
New
AstonJ
poll asdf Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more Manage multiple runtime versions with a ...
New
ryanswapp
I think it would be interesting to see how most people are using Phoenix in production. Do you use it as an API backend for a SPA? Or do ...
New
matt-savvy
I see some people adopt this convention when naming fields or variables where the value is a boolean. I personally see this as an antipat...
New
AstonJ
After seeing some of the responses in this thread, I’m curious how much RAM you’re opting for and whether there is any specific reason fo...
New
AstonJ
How often do you buy a new dev machine? poll If there is any particular reason why you’ve settled on the frequency you have, please shar...
New
akoutmos
I was wondering how people are handling run-time configuration of their Plugs in their Phoenix applications as of today: poll I am also ...
New
AstonJ
The stereotype for ‘geeks’ is multiple monitors! But let’s see… poll
New

Other popular topics Top

Brian
What is the proper way to load a module from a file in to IEX? In the python world, doing something like this pretty standard: from ....
New
sorentwo
Hello! tl;dr Announcing Oban, an Ecto based job processing library with a focus on reliability and historical observability. After spen...
977 41022 311
New
sergio
In Ruby, I can go: User.find_by(email: "foobar@email.com").update(email: "hello@email.com") How can I do something similar in Elixir? ...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
Jim
As a follow up to my earlier question: I have the code compiling and running but not getting a successful login from the rest server. ...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
fireproofsocks
Forgive me if this is obvious, but how does one delete a database record WITHOUT selecting it first? https://hexdocs.pm/ecto/Ecto.Repo.h...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New
magnetic
Hey :wave:t3: Elixir community, I’ve been learning Elixir, and working on some side projects. My editor of choice is VSCode, and althoug...
New

We're in Beta

About us Mission Statement