plug VS phoenix_slime

Compare plug vs phoenix_slime and see what are their differences.

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
plug phoenix_slime
6 2
2,755 310
0.4% 0.3%
7.7 2.7
8 days ago 5 months ago
Elixir Elixir
Apache License 2.0 MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

plug

Posts with mentions or reviews of plug. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-03.
  • Elixir for Cynical Curmudgeons
    12 projects | news.ycombinator.com | 3 Aug 2023
    Yes, it’s a bit of a magic argument, but it’s the only unhygienic variable introduced with a Plug dispatch:

    https://github.com/elixir-plug/plug/blob/main/lib/plug/route...

    Everything else is explicitly passed, AFAICT.

  • I'm struggling with creating a rest api with Elixir - total noob
    2 projects | /r/elixir | 2 May 2023
    Have you read https://github.com/elixir-plug/plug ? Shows you how to do a GET in under 5 mins.
  • ElixirのHTTPクライアントでお天気情報を取得したい(2022年)
    8 projects | dev.to | 8 Jun 2022
  • Request Coalescing in Async Rust
    4 projects | news.ycombinator.com | 6 Mar 2022
    Coming from the Ruby ecosystem, a lot of this played out similarly to how the Rack[1] middleware conventions developed in the early Rails v1 and v2 days. Prior to Rack there was a lot of fragmentation in HTTP server libraries, post-Rack everything more or less played nicely as long as libraries implemented Rack interfaces.

    I don't write Rust professionally, but it was a bummer seeing that this seems to be a place that was figured out (painfully) in ecosystems used heavily for web development--Javascript and Elixir have their own Rack equivalents[2][3]. I hope that Tower plays a similar role to unify the library ecosystem in Rust.

    1. https://github.com/rack/rack

    2. http://expressjs.com/en/guide/writing-middleware.html

    3. https://github.com/elixir-plug/plug

  • Learn how to deploy Elixir apps on Heroku
    8 projects | dev.to | 12 Feb 2021
    If you're not familiar with it, feel free to check the inner workings of Plug in their documentation. For now, the code above is fairly self-explanatory I hope. All we need to know is that we're using the Plug.Router capabilities and exposing an endpoint /bpi which we're going to use to retrieve our data and to show it.
  • For Web Developers The Stakes Are Generally Lower
    1 project | /r/programmingcirclejerk | 31 Dec 2020
    Well if Phoenix came with the ability to use Sqlite I'd definitely like it a lot better for smaller sites. Maybe if Elixir had something like Sinatra. I guess using Cowboy or Plug could work.

phoenix_slime

Posts with mentions or reviews of phoenix_slime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-09-25.
  • Who wants to fix phoenix_slime with me?
    2 projects | /r/elixir | 25 Sep 2021
    Regarding finding a way to deliniate the HEEx stuff, the issue I linked above (https://github.com/slime-lang/phoenix_slime/issues/92) has a couple of ideas. Should we move the conversation there?

What are some alternatives?

When comparing plug and phoenix_slime you can also consider the following projects:

ex_admin - ExAdmin is an auto administration package for Elixir and the Phoenix Framework

filterable - Filtering from incoming params in Elixir/Ecto/Phoenix with easy to use DSL.

phoenix_ecto - Phoenix and Ecto integration with support for concurrent acceptance testing

phoenix_haml - Phoenix Template Engine for Haml

Raxx - Interface for HTTP webservers, frameworks and clients

torch - A rapid admin generator for Elixir & Phoenix

phoenix_pubsub_redis - The Redis PubSub adapter for the Phoenix framework

cors_plug - An Elixir Plug to add CORS.

corsica - Elixir library for dealing with CORS requests. 🏖

trailing_format_plug - An elixir plug to support legacy APIs that use a rails-like trailing format: http://api.dev/resources.json

phoenix_live_reload - Provides live-reload functionality for Phoenix

phoenix_pubsub_postgres - Postgresql PubSub adapter for Phoenix apps