Popularity
5.5
Growing
Activity
0.0
Stable
33
4
23
Monthly Downloads: 2,005
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.
-
Firezone
Open-source VPN server and egress firewall for Linux built on WireGuard. Firezone is easy to set up (all dependencies are bundled thanks to Chef Omnibus), secure, performant, and self hostable. -
Ockam
Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale. Use Ockam to build secure-by-design applications that can Trust Data-in-Motion. -
ejabberd
Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server) -
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.
Free Global Payroll designed for tech teams
Building a great tech team takes more than a paycheck. Zero payroll costs, get AI-driven insights to retain best talent, and delight them with amazing local benefits. 100% free and compliant.
Promo
try.revelo.com
* 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