weebo alternatives and similar packages
Based on the "Framework Components" category.
Alternatively, view weebo alternatives based on common mentions on social networks and blogs.
-
dayron
A repository `similar` to Ecto.Repo that maps to an underlying http client, sending requests to an external rest api instead of a database -
phoenix_token_auth
Token authentication solution for Phoenix. Useful for APIs for e.g. single page apps. -
rummage_phoenix
Full Phoenix Support for Rummage. It can be used for searching, sorting and paginating collections in phoenix. -
access pass
provides a full user authentication experience for an API. Includes login,logout,register,forgot password, forgot username, confirmation email and all that other good stuff. Includes plug for checking for authenticated users and macro for generating the required routes. -
Votex
Implements vote / like / follow functionality for Ecto models in Elixir. Inspired from Acts as Votable gem in Ruby on Rails -
plug_canonical_host
PlugCanonicalHost ensures that all requests are served by a single canonical host. -
trailing_format_plug
An elixir plug to support legacy APIs that use a rails-like trailing format: http://api.dev/resources.json
InfluxDB - Purpose built for real-time analytics at any scale.
Do you think we are missing an alternative of weebo or a related project?
Popular Comparisons
README
Weebo
tl;dr — use elixir-xml_rpc instead
I wrote Weebo in early 2015 because there were no libraries at the time to do XML-RPC style parsing. It was my first Elixir package, and I learned a ton from it.
After I open-sourced Weebo, @ewildgoose released their own XML-RPC parser for Elixir, and I felt it was better than Weebo in several areas, so I decided to deprecate weebo in favor of it.
The code will still remain available on GitHub for reference/leanring, but I'll no longer be supporting it.
Check out elixir-xml_rpc on GitHub.
Steven Schobert, 7/15/15