programming-phoenix-liveview VS FunkyABX

Compare programming-phoenix-liveview vs FunkyABX and see what are their differences.

programming-phoenix-liveview

Programming Phoenix LiveView Book Code & Solutions to "Give it a try"s (by andreyuhai)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
programming-phoenix-liveview FunkyABX
6 3
13 0
- -
10.0 8.2
almost 3 years ago about 1 month ago
Elixir Elixir
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

programming-phoenix-liveview

Posts with mentions or reviews of programming-phoenix-liveview. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-29.
  • Elixir as first programming language
    5 projects | /r/elixir | 29 Mar 2023
    Read and watch tutorials: Thinking Elixir - a podcast that explores different aspects of the Elixir programming language: https://thinkingelixir.com/ Learn Elixir - a free interactive tutorial that teaches Elixir from scratch: https://www.learnelixir.tv/ Programming Phoenix LiveView - a book that teaches how to build web applications in Elixir using the Phoenix framework https://pragprog.com/titles/liveview/programming-phoenix-liveview/
  • Phoenix 1.7.0 Released: Built-In Tailwind, Verified Routes, LiveView Streams
    13 projects | news.ycombinator.com | 5 Mar 2023
    A good project based book that goes pretty in depth is: https://pragprog.com/titles/liveview/programming-phoenix-liv...
  • Projects with best practices
    2 projects | /r/elixir | 10 Feb 2023
  • Phoenix 1.7 is View-less
    10 projects | news.ycombinator.com | 30 Dec 2022
    LiveView is evolving into a great piece of tech, but as others have noted elsewhere in the comments one of the challenging parts with LiveView right now (and to an extent Phoenix) is the outdated books & tutorials.

    Bruce Tate and Sophie DeBenedetto have been authoring the book “Programming Phoenix LiveView” (https://pragprog.com/titles/liveview/programming-phoenix-liv...) which has the potential to be a great source for people that want to really dive into LiveView. The challenge though is they have not updated it to support the changes introduced in 0.18.0 which makes it really hard to start using the book when a new Phoenix application “mix phx.new dev_app” looks different than what’s in their book and some of their code breaks with the default installed versions of included plugs.

    While I wish the book would receive an update sooner that brings it back to a compatible state (meaning there are no issues following along with the book), the good news is they have committed to having the book be updated when LiveView hits 1.0.

  • How to get started with LiveView?
    4 projects | /r/elixir | 13 Oct 2022
    I suggest cloning down an actual LiveView project (maybe this one?) and making changes to it. That will help you get a grip on things more easily than trying to build something from scratch right away.

FunkyABX

Posts with mentions or reviews of FunkyABX. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-30.
  • Phoenix 1.7 is View-less
    10 projects | news.ycombinator.com | 30 Dec 2022
    All web frameworks fail with forms one way or the other :)

    I think one point would be the docs, to outline the basic cases, best practices. Maybe something tying the form helpers and changeset.

    I have a side project [0] with a form which have inputs dependant of others and a dynamic section (assoc).

    I struggled a bit with the data, checking what I would get inside a changeset struct, until I "discovered" get_field and put_change.

    For the assoc I was also a bit lost until I read an article using a delete virtual field. In the end I made it work but I still not sure I used all the right changeset functions.

    To LiveView credits this app has been used all over the world and got very good feedback, nobody mentioned any lag issue etc (well, someone with a crappy connexion in Istanbul once got an incomplete uploaded file without getting an error).

    [0] https://github.com/conradfr/FunkyABX

  • FunkyABX : blind tests in your browser
    1 project | /r/audioengineering | 24 Jan 2022
  • Show HN: FunkyABX: audio blind tests in the browser
    1 project | news.ycombinator.com | 13 Jan 2022
    Hello, this is a LiveView app (although most of the player code is in javascript).

    https://github.com/conradfr/FunkyABX

What are some alternatives?

When comparing programming-phoenix-liveview and FunkyABX you can also consider the following projects:

unsplit - Resolves conflicts in Mnesia after network splits

eqwalizer - A type-checker for Erlang

elixir-ls - A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol"

purerl - Erlang backend for the PureScript compiler

elixir_koans - Elixir learning exercises

bandit - Bandit is a pure Elixir HTTP server for Plug & WebSock applications

livebook - Automate code & data workflows with interactive Elixir notebooks

Phoenix - Peace of mind from prototype to production

mix_install_examples - A collection of simple Elixir scripts that are using Mix.install/2.

phoenix_live_view - Rich, real-time user experiences with server-rendered HTML