cors_plug
An Elixir Plug to add CORS. (by mschae)
scrivener
Pagination for the Elixir ecosystem (by mojotech)
cors_plug | scrivener | |
---|---|---|
1 | 1 | |
403 | 552 | |
- | 0.0% | |
0.0 | 0.0 | |
11 months ago | over 3 years 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.
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.
cors_plug
Posts with mentions or reviews of cors_plug.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-06-02.
-
Connecting Ember.js with Phoenix
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.
scrivener
Posts with mentions or reviews of scrivener.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-02.
-
Phoenix JSON API Pagination
I used Scrivener mostly in the past. If I were to choose something for a new project, Flop looks nice.
What are some alternatives?
When comparing cors_plug and scrivener you can also consider the following projects:
corsica - Elixir library for dealing with CORS requests. 🏖
kerosene - Pagination for Ecto and Pheonix.
phoenix_ecto - Phoenix and Ecto integration with support for concurrent acceptance testing
rummage_ecto - Search, Sort and Pagination for ecto queries
phoenix_haml - Phoenix Template Engine for Haml
phoenix_slime - Phoenix Template Engine for Slime
torch - A rapid admin generator for Elixir & Phoenix
absinthe_plug - Plug support for Absinthe, the GraphQL toolkit for Elixir
scaffold - A mix task for creating new projects based on templates fetched from a Git-repo
plug - Compose web applications with functions