jon710

jon710

Should I build my Telehealth app in Elixir?

Hi, everyone!
I have a SaaS for medical clinics and I’ll be building a telehealth module for my clients (patient to doctor, 1-to-1 calls).

I’m considering Elixir, but my first option would be Node.js. Has anyone built something similar? Any suggestions on how you would approach this?

Most Liked

clsource

clsource

I would recommend using Phoenix + Ash + Surface UI for this project.

  • Ash will help defining the models and api endpoints
  • Surface UI will make easier to create liveviews for people that comes from react.js

With these considerations you can create a professional software and have all the good parts of Elixir and BEAM.

adamu

adamu

I think if you’re asking here, there might be a bias in the responses you get :grinning_face_with_smiling_eyes:

But this statement reminded me of this recent blog post:

https://d-gate.io/blog/everything-i-was-lied-to-about-node-came-true-with-elixir

Pal

Pal

That is exactly what is meant by 'technical risk and shortest time to market"

Live react is a better choice than surface: https://live-react-examples.fly.dev/simple

I am sorry - for my sake - I replied to your message by mistake, instead of the OP.
go in peace.

Where Next?

Popular in Questions Top

New
Emily
I have VueJS GUIs with the project generated using Webpack. I have Elixir modules that will need to be used by the VueJS GUIs. I forese...
New
jay1
Why is it that the mnesia database isn’t the most preferred database for use in Elixir/Phoenix?
New
greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
belgoros
I’m not a pro in using Regex and can’t figure out why the following behaviour happens, especially if we take into account the difference ...
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
Harrisonl
We have an ECS cluster with 4 services, where each task joins a single cluster, via discovery ECS discovery service. Currently when I de...
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
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
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
shijith.k
I am trying to start a new phoenix project with elixir 1.9, but mix phx.new does not work. It says that ** (Mix) The task "phx.new" could...
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New

We're in Beta

About us Mission Statement