Elixir mock SSE server

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

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

    A simple zero-config tool to make locally trusted development certificates with any names you'd like.

  • For the back-end, we can use a reverse proxy for the TLS termination. For example, Nginx Proxy Manager or Caddy Server automate the certificates for you. We can alternatively add self-signed certificates to Cowboy using mkcert if you want the server to be exposed directly. If Elixir or Phoenix app is distributed, this first solution is preferable.

  • sse

    Server Sent Events for Elixir/Plug (by mustafaturan)

  • https://github.com/mustafaturan/sse https://github.com/codenoid/elixir-sse-example/blob/master/lib/sse_example_web/helpers/ticker.ex https://github.com/CrowdHailer/server_sent_event.ex

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

    InfluxDB logo
  • elixir-sse-example

    Server Sent Events example in Elixir + Phoenix

  • https://github.com/mustafaturan/sse https://github.com/codenoid/elixir-sse-example/blob/master/lib/sse_example_web/helpers/ticker.ex https://github.com/CrowdHailer/server_sent_event.ex

  • server_sent_event.ex

    Push updates to Web clients over HTTP or using dedicated server-push protocol

  • https://github.com/mustafaturan/sse https://github.com/codenoid/elixir-sse-example/blob/master/lib/sse_example_web/helpers/ticker.ex https://github.com/CrowdHailer/server_sent_event.ex

  • Caddy

    Fast and extensible multi-platform HTTP/1-2-3 web server with automatic HTTPS

  • For the back-end, we can use a reverse proxy for the TLS termination. For example, Nginx Proxy Manager or Caddy Server automate the certificates for you. We can alternatively add self-signed certificates to Cowboy using mkcert if you want the server to be exposed directly. If Elixir or Phoenix app is distributed, this first solution is preferable.

  • 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