Popularity
5.5
Declining
Activity
0.0
Stable
27
4
20
Monthly Downloads: 4,843
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.
-
Ockam
Ockam is a suite of tools, programming libraries and infrastructure that make it easy to build devices that communicate securely, privately and trustfully with cloud services and other devices. -
sshkit
An Elixir toolkit for performing tasks on one or more servers, built on top of Erlang’s SSH application.
Get performance insights in less than 4 minutes
Scout APM uses tracing logic that ties bottlenecks to source code so you know the exact line of code causing performance issues and can get back to building a great product faster.
Sponsored
scoutapm.com
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest. Visit our partner's website for more details.
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