plug_auth
phoenix_live_reload
plug_auth | phoenix_live_reload | |
---|---|---|
- | 1 | |
67 | 316 | |
- | 0.6% | |
0.0 | 7.5 | |
over 7 years ago | about 1 month ago | |
Elixir | Elixir | |
ISC License | MIT License |
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_auth
We haven't tracked posts mentioning plug_auth yet.
Tracking mentions began in Dec 2020.
phoenix_live_reload
-
Is there an article that explains everything that happens when a Phoenix server is running and code changes are saved?
I don't know of an article but you can see the setup in your config/dev.exs under the Endpoint config and there is an external library that is used to do the heavy lifting https://github.com/phoenixframework/phoenix_live_reload
What are some alternatives?
phoenix_pubsub_redis - The Redis PubSub adapter for the Phoenix framework
plug - Compose web applications with functions
ashes - A code generation tool for the Phoenix web framework
phoenix_html - Building blocks for working with HTML in Phoenix
http_router - HTTP Router with various macros to assist in developing your application and organizing your code
multiverse - Elixir package that allows to add compatibility layers via API gateways.
corsica - Elixir library for dealing with CORS requests. 🏖
plugs - A collection of Plug middleware for web applications
react_phoenix - Make rendering React.js components in Phoenix easy
phoenix_pubsub_rabbitmq - RabbitMQ adapter for Phoenix's PubSub layer
absinthe_plug - Plug support for Absinthe, the GraphQL toolkit for Elixir