live_state

The hex package for the server side of live state (by launchscout)

Live_state Alternatives

Similar projects and alternatives to live_state

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better live_state alternative or higher similarity.

live_state reviews and mentions

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.
  • A note from our sponsor - SaaSHub
    www.saashub.com | 3 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic live_state repo stats
5
160
6.9
20 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com