kaffy VS live_state

Compare kaffy vs live_state and see what are their differences.

kaffy

Powerfully simple admin package for phoenix applications (by aesmail)

live_state

The hex package for the server side of live state (by launchscout)
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
kaffy live_state
8 5
1,276 160
- 5.0%
7.7 6.9
7 days ago 18 days ago
Elixir HTML
MIT License MIT License
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.

kaffy

Posts with mentions or reviews of kaffy. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-04.

live_state

Posts with mentions or reviews of live_state. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-25.
  • Web Components Will Outlive Your JavaScript Framework
    16 projects | news.ycombinator.com | 25 Oct 2023
    Since you mention that state management is an unsolved problem with Web Components, I thought I would share a project that aims to bring a solution: https://github.com/launchscout/live_state. The basic pattern and idea of LiveState is "dispatch events, subscribe to state". The events and state updates are sent over a websocket connection, and the front end and back end libraries are a thin layer over Phoenix Channels. Currently, event handler functions are written in Elixir, but work is underway to allow them to be written in any language that compiles to WebAssembly.
  • Ask HN: Why isn't Phoenix/Elixir more mainstream?
    4 projects | news.ycombinator.com | 29 Sep 2023
    We have switched to Elixir and Phoenix as our go to stack gradually over the last 5 years. We've found that LiveView in particular, with it's ability to avoid a separate front-end framework altogether, has let us deliver applications to clients in a significantly more productive way. We were a rails shop back in the day, and were able to build things very quickly. When the whole front-end framework thing got big, it slowed us down a lot because we were building two applications, essentially. Now that we are able to go fast again we (and our clients) are enjoying things a lot more.

    I should also say that if you do need to use a separate front-end for whatever reason, I've built a thing called LiveState: https://github.com/launchscout/live_state that lets you keep things far simpler and gives a "LiveView like" experience.

  • What is the latest/greatest way to integrate React and Elixir?
    1 project | /r/elixir | 7 Mar 2023
    Another option would be https://github.com/launchscout/live_state
  • Phoenix Dev Blog – Streams
    3 projects | news.ycombinator.com | 4 Mar 2023
    Thank you, haven't seen this before. Similar to LiveState[0] also

    [0] https://github.com/launchscout/live_state

  • Making a real-time interactive app, what is the best way to go about using Elixir as a standardized back-end for web and mobile?
    1 project | /r/elixir | 11 Sep 2022
    I've been working on a thing to manage state via phoenix channels called live_state. The basic is idea is the front end code dispatches events which are sent up the channel, and receives state updates which are sent down the channel. The initial client I've done is js, and examples are for custom elements, but it should be fairly portable if it is of interest. I gave a talk on it at Elixirconf, video should be up eventually.

What are some alternatives?

When comparing kaffy and live_state you can also consider the following projects:

django-unfold - Modern Django admin theme for seamless interface development

lit - Lit is a simple library for building fast, lightweight web components.

transport-site - Rendre disponible, valoriser et améliorer les données transports

live_view_demos - Phoenix LiveView Demos 🚀

core-admin - Fully automatic admin site CRUD UI generator for ASP.NET Core and .NET 8

ts-liveview - Build hybrid SSG and SSR realtime SPA/MPA with Typescript

torch - A rapid admin generator for Elixir & Phoenix

Phoenix - Peace of mind from prototype to production

desktop - Building native-like Elixir apps for Windows, MacOS, Linux, iOS and Android using Phoenix LiveView!

pathex - Fastest tool to access data in Elixir

phoenix_storybook - A pluggable storybook for your Phoenix components.

flyctl - Command line tools for fly.io services