filtrex
joken
Our great sponsors
- Paraxial.io - Bot detection and prevention for Elixir/Phoenix applications
- Scout APM - Less time debugging, more time building
- SonarQube - Static code analysis for 29 languages.
filtrex | joken | |
---|---|---|
1 | 2 | |
184 | 665 | |
- | 0.9% | |
0.0 | 5.4 | |
17 days ago | 8 days ago | |
Elixir | Elixir | |
MIT License | Apache License 2.0 |
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.
filtrex
joken
-
Complete, Production-Ready Phoenix Reference Applications
AuthN: For authentication, I'd look at the built-in auth generator. If you need to add JWT things, joken and/or guardian can probably meet your needs.
For auth, I'd look at the built-in auth generator. If you need to add JWT things, joken and/or guardian can probably meet your needs. Queues are an interesting use case. For one thing, longer response time are typically much less of an issue Phoenix, than with something like Rails or Django, because it can handle many times more simultaneous requests. In Rails, I would have thrown email sending into a job queue, so the request isn't blocking other request. In Phoenix, I may just send the email in the context
What are some alternatives?
jose - JSON Object Signing and Encryption (JOSE) for Erlang and Elixir
timex - A complete date/time library for Elixir projects.
jwtex - A JWT encoding and decoding library in Elixir
json - Native JSON library for Elixir
quantum - :watch: Cron-like job scheduler for Elixir
jsx - an erlang application for consuming, producing and manipulating json. inspired by yajl
exjsx
JSON-LD.ex - An implementation of JSON-LD for Elixir
json_pointer - Implementation of RFC 6901 which defines a string syntax for identifying a specific value within a JSON document
poison - An incredibly fast, pure Elixir JSON library
tzdata - tzdata for Elixir. Born from the Calendar library.
Ex_Cldr_Dates_Times - Date & times formatting functions for the Common Locale Data Repository (CLDR) package https://github.com/elixir-cldr/cldr