Elixir mock SSE server

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

Our great sponsors
  • InfluxDB - Collect and Analyze Billions of Data Points in Real Time
  • Onboard AI - Learn any GitHub repo in 59 seconds
  • 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

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

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

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

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