Re: [elm-discuss] Elm webcomponents for microservice front-end

2017-03-28 Thread Peter Damoc
My suggestion is to create a playground to explore this approach and proceed with the actual implementation only after you get the details right. There are so many ways that this can break that have nothing to do with Elm. On Tue, Mar 28, 2017 at 11:19 AM, Charles-Edouard Cady <

Re: [elm-discuss] Elm webcomponents for microservice front-end

2017-03-28 Thread Peter Damoc
On Tue, Mar 28, 2017 at 9:26 AM, Charles-Edouard Cady < charlesedouardc...@gmail.com> wrote: > I'm composing a single-page application from several microservices > back-ends. Each back-end should render a part of the page. > > Right now I'm considering using webcomponents: > > - main page is in

[elm-discuss] Elm webcomponents for microservice front-end

2017-03-28 Thread Charles-Edouard Cady
I'm composing a single-page application from several microservices back-ends. Each back-end should render a part of the page. Right now I'm considering using webcomponents: - main page is in Elm and subscribes to a websocket giving it the list of microservices it can get webcomponents from -