ArcBlock / blocklets

Maintains the blocklet registry and code to build the blocklet website
5 stars 4 forks source link

proposal: Phoenix Liveview blocklet #65

Open robroyhobbs opened 4 years ago

robroyhobbs commented 4 years ago

Once 1213 is done, create a Phoenix Liveview blocklet

Erlang Foundation has requested to see if we can support/have phoenix live view blocklet https://github.com/phoenixframework/phoenix_live_view

https://github.com/ArcBlock/abt-node/issues/1213

mave99a commented 4 years ago

The real question is how do we support the Phoniex web app deployment better. Since LiveView is just an Phoniex webapp, nothing fancy.

Once #1213 is done, we should be able to deploy it but maybe not the optimized solution (since every process may need to run a BEAM separately which consume lots of CPU and memory, this was the case for Forge and Forge Web)

Not sure if it’s better to allow only deploy erlang byte code and share the BEAM. This will only need to consider after we have #1213 worked.