Comment on Elixir Livebook now as a desktop appparentComments−lvass4yNot quite, this is just your standard server side rendering for providing a convenient GUI alongside your erlang vm. There's no layering here, just bundling of things that are usually distributed separately (editor and vm).−matreyes4yAnd the interaction is handled by Phoenix LiveView (html pushed trough websockets)
Comments
Not quite, this is just your standard server side rendering for providing a convenient GUI alongside your erlang vm. There's no layering here, just bundling of things that are usually distributed separately (editor and vm).
And the interaction is handled by Phoenix LiveView (html pushed trough websockets)