LiveView demos, examples, and sample apps thread!

Simple live chat with LiveView and Elixir PubSub https://github.com/amco/elixir-lab/tree/master/lv

4 Likes

I’m gonna be the boring person and copy this tweet I made:

https://twitter.com/AmNicd/status/1110612030346670086

The “60fps” demos are cool and all, but I already saw people misjudging LiveView based on that in Twitter comments.

6 Likes

I built a little application to display the SSE’s provided from the wikimedia kafka clusters.

Demo: https://darkslategray-dental-vicuna.gigalixirapp.com
Code: https://github.com/fklement/wikipedia_live_view

https://twitter.com/FelixKlement/status/1111654030948925440

4 Likes

Love it :023:

1 Like

https://twitter.com/_zorbash/status/1112859727845904385

34 Likes

I recently open sourced my first Phoenix LiveView app (tests included) for those interested in learning more

4 Likes

Comparing liveview with NodeJS:

https://twitter.com/gabrielgiord/status/1113236638774308864

3 Likes

Not mine:

2 Likes

https://twitter.com/DanCarlito/status/1113586521762930688

10 Likes

Phoenix LiveView Ant Farm

Rendering 500 concurrent ants

https://phoenix-liveview-ant-farm.herokuapp.com

By @bigardone

5 Likes

Thanks for the mention :slight_smile:

3 Likes

https://twitter.com/kblake/status/1113936890661457921

2 Likes

https://twitter.com/clarkkampfe/status/1110910055535312900

5 Likes

Thought I’d get in on the live view action. Here is a stopwatch app build with live view loosely based on iOS Stopwatch.
https://fierce-waters-36628.herokuapp.com/
56%20AM

6 Likes

It’s fun, great animations. There is a bug though: when you win a hand, your total dollars do not update with your winnings. Only until after you place a bet do you see your cash-in-hand.

Not my creation - but git repo is here: https://github.com/dorilla/live_view_black_jack if you want to PR/make an issue…

3 Likes

A post was split to a new topic: Building a Chat Room with Phoenix Live View and Server Side Rendering Screencast

these are 404

1 Like

Looks like the whole domain is down - hopefully it’s just a temporary glitch…

1 Like

I’m keeping a list of demos at https://medium.com/@leandrocesquini/phoenix-liveview-collection-8259f35ff2b0

It has a lot of links that I could find on Twitter but feel free to comment so I can edit and add more links.

5 Likes