Svelte As An Alternative LiveView DSL

This page summarizes the projects mentioned and recommended in the original post on /r/elixir

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • elixir-nodejs

    An Elixir API for calling Node.js functions

  • The reason for the reduction in speed is because we need to call Node from Elixir on the initial load, and that takes around 8ms. I'm looking into reducing this to a negligable amount, that'll be the next focus. I'm currently using the nodejs-elixir which introduces that cost (https://github.com/revelrylabs/elixir-nodejs), but maybe Bun (https://bun.sh/) is what I'll use instead in the future. The interesting thing about Bun is that it's written in Zig, so it might be possible to do something with Zigler and have it run natively in Elixir through a NIF, that would be pretty cool and should be fast. Node is more common though so I'm thinking of having the option to choose (then Deno will also be supported).

  • bun

    Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

  • The reason for the reduction in speed is because we need to call Node from Elixir on the initial load, and that takes around 8ms. I'm looking into reducing this to a negligable amount, that'll be the next focus. I'm currently using the nodejs-elixir which introduces that cost (https://github.com/revelrylabs/elixir-nodejs), but maybe Bun (https://bun.sh/) is what I'll use instead in the future. The interesting thing about Bun is that it's written in Zig, so it might be possible to do something with Zigler and have it run natively in Elixir through a NIF, that would be pretty cool and should be fast. Node is more common though so I'm thinking of having the option to choose (then Deno will also be supported).

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts