j2u

j2u

Elixir/Phoenix Desktop application

Hello Everyone,

I’m looking for a way to create a standalone phoenix application that could be used as a desktop application on a end-user computer.

I guess the “desktopization” of the front-end part of the application could be done by Electron (electron.atom.io).

But how can the elixir based back-end and the database could be embed in a desktop application too ?

Thanks u so much for any ideas, tips

Regards,
Julien

Most Liked

kofno

kofno

Electron seems like it would be the easy part :slight_smile:

I think the hard part is packaging up elixir and erlang and delivering through an installer of some sort. I’m not sure how you’d accomplish that.

lucasmogari

lucasmogari

I’m curious about this too.

OvermindDL1

OvermindDL1

Eh it’s not too hard, even a release is self contained enough that all we did was just copy it to the windows server and run back when we ran it on windows.

Plus there is at least 1 BEAM VM desktop app that I know of, Wings3d, though it’s wxWidgets rather than electron or so.

You could also make a webassembly compiler to compile the C BEAM VM engine to webassembly too. ^.^

Last Post!

kofno

kofno

Cool. I may look at those, if only out of curiosity.

Where Next?

Popular in Questions Top

rms.mrcs
Hi, I need to transform a list of numbers into a map where the keys are the indexes and the values are the original values of the list. ...
New
electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
vegabook
I’m brand new to Phoenix and I have stripped one of the demo applications to the bone. I just want to get an svg up on the screen. Here i...
New
freewebwithme
Using vs code and installed ElixirLS: support and debugger. And I got an error popped up on start up says Failed to run ‘elixir’ comma...
New
vrod
I am using the Starship cross-shell prompt – it seems pretty nice, but I get some errors: [WARN] - (starship::utils): Executing command ...
New
dblack
I’ve got an issue with an app and I’ve no idea of how to troubleshoot it. I’m hoping someone here might have seen something similar. I p...
New
jason.o
In the code below, if the create action is not set to accept “extra_key” as an input, it errors out with a message shown above. Is there ...
New

Other popular topics Top

Qqwy
Update: How to use the Blogs & Podcasts section You can post links to your blog posts or podcasts either in one of the Official Blog...
3271 130579 1222
New
minhajuddin
I have seen a lot of code which picks the first element from a list using Enum.at(0) instead of List.first. Is there a reason why people ...
New
ashish173
I am using Ecto timestamps with postgres, I can see the timestamps() use the :naive_dateime but for my use case I wanted to store the ti...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
AngeloChecked
What learn first? Rust or Elixir Hi Elixir community! I’m here because i want learn a new language. I’m a junior developer and mainly i ...
New
senggen
Erlang/OTP 25 [erts-13.2.2] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] 15:22:35.803 [error] gen_event {lager_file_backend...
New

We're in Beta

About us Mission Statement