Connecting Ember.js with Phoenix

This page summarizes the projects mentioned and recommended in the original post on dev.to

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

    JSONAPI.org Serialization in Elixir.

  • To do this in Phoenix we are going to use JaSerializer (https://github.com/vt-elixir/ja_serializer).

  • cors_plug

    An Elixir Plug to add CORS.

  • In order to fix this, we should tell our Phoenix API to accept incoming requests from Ember. To do this, we will use CORS Plug https://github.com/mschae/cors_plug, this plugin will allow us to configure that.

  • 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
  • poison

    An incredibly fast, pure Elixir JSON library

  • Poison (https://github.com/devinus/poison)

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