← Back to context

Comment by IAmGraydon

6 hours ago

It would be pretty easy as forum software is relatively simple. If I were to do this, I would build it on Elixir/Phoenix so it's actually performant, not the React bloatware flavor of the month. Also, it would be interesting to spin this up as a FAAS (Forum as a Service) like Shopify, but for forums. The whole thing is managed and customers can spin up a forum with a custom domain and look/feel without worrying about the infrastructure. Maybe this exists already? I haven't looked into this space in many years.

It's almost like a ToDo app. We write them in every conceivable language just to kick the tires.

I just started a project with Phoenix/Elixir and I'm really excited about the concurrency and distributed nature of Erlang. I might have to try out making a forum, just for fun.