LiveBeats
I just released LiveBeats – open source social music app built on Phoenix LiveView. It's deployed around the world a 14 node cluster. PubSub and Presence Just Work™ This is what the future of full stack development looks like 👇
I've been working on this for the last couple months with
@bemesa21
and it has been so much fun to build. The app shows what regions users are connected to with their real-time pings to local servers:
We parse MP3s w/ Elixir as they are uploaded to calculated audio duration and verify files. We use JS commands to keep client side interactions client side. Tailwind markup is encapsulated in function components. Presence and PubSub keep everything in sync. Lots of great examples
This has been a nice test-bed for new LiveView features and will be a great community reference for folks looking for more advanced LiveView examples