|
|
|
|
|
by outlog
1374 days ago
|
|
ElixirDesktop renders a webview/browser, in that way it's similar to electron - but using the BEAM instead of nodejs.. Some day it may make more than sense to have a local BEAM instance on the device with LiveView Native running on the local BEAM, for true offline, and zero lag performance - and then that BEAM instance can always connect to a remote server, via phoenix channels or similar for it's data management/syncing.. |
|