plug_forward_peer VS phoenix_html_sanitizer

Compare plug_forward_peer vs phoenix_html_sanitizer and see what are their differences.

plug_forward_peer

Very simple plug which reads `X-Forwarded-For` or `Forwarded` header according to rfc7239 and fill `conn.remote_ip` with the root client ip. (by kbrw)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
plug_forward_peer phoenix_html_sanitizer
- -
24 26
- -
5.3 0.0
8 months ago about 1 month ago
Elixir Elixir
MIT License 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_forward_peer

Posts with mentions or reviews of plug_forward_peer. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning plug_forward_peer yet.
Tracking mentions began in Dec 2020.

phoenix_html_sanitizer

Posts with mentions or reviews of phoenix_html_sanitizer. We have used some of these posts to build our list of alternatives and similar projects.

We haven't tracked posts mentioning phoenix_html_sanitizer yet.
Tracking mentions began in Dec 2020.

What are some alternatives?

When comparing plug_forward_peer and phoenix_html_sanitizer you can also consider the following projects:

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

plug_rest - REST behaviour and Plug router for hypermedia web applications in Elixir

surface - A server-side rendering component library for Phoenix

better_params - Cleaner request parameters in Elixir web applications 🙌

multiverse - Elixir package that allows to add compatibility layers via API gateways.

sentinel - DEPRECATED - Phoenix Authentication library that wraps Guardian for extra functionality

params - Easy parameters validation/casting with Ecto.Schema, akin to Rails' strong parameters.

airbrake_plug - Airbrake reporter for Elixir's Plug (DEPRECATED in favor of https://github.com/romul/airbrake-elixir)

phoenix_html - Building blocks for working with HTML in Phoenix

plug - Compose web applications with functions