Popularity
5.4
Stable
Activity
0.0
Stable
30
4
21
Monthly Downloads: 1,917
Programming language: Elixir
License: Apache License 2.0
Tags:
Networking
Latest version: v0.0.4
download alternatives and similar packages
Based on the "Networking" category.
Alternatively, view download alternatives based on common mentions on social networks and blogs.
-
ejabberd
Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server) -
Ockam
End-to-end encryption and mutual authentication for distributed applications. -
sshex
Simple SSH helpers for Elixir. SSH is useful, but we all love SSHEx ! -
sshkit
An Elixir toolkit for performing tasks on one or more servers, built on top of Erlang’s SSH application. -
wifi
Various utility functions for working with the local Wifi network in Elixir. These functions are mostly useful in scripts that could benefit from knowing the current location of the computer or the Wifi surroundings. -
chatter
Chatter library for Elixir, provides a secure broadcast between nodes. -
tunnerl
SOCKS4, SOCKS4a and SOCKS5 protocols implementation in Erlang/OTP.
Bot detection and prevention for Elixir/Phoenix applications
Paraxial.io is bot detection and prevention for Elixir/Phoenix applications. Dealing with scrapers, card cracking, or credential stuffing? We take care of that.
Promo
paraxial.io
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of download or a related project?
Popular Comparisons
README
download
Simply downloads remote file and stores it in the filesystem.
Download.from(url, options)
Features
- Small RAM consumption
- Ability to limit downloaded file size
- Uses httpoison
Installation
def deps do
[{:download, "~> x.x.x"}]
end
Into mix.exs
def application do
[applications: [:download]]
end