goploader alternatives and similar software solutions
Based on the "Coquelicot" category.
Alternatively, view goploader alternatives based on common mentions on social networks and blogs.
-
Zipline
A ShareX/file upload server that is easy to use, packed with features, and with an easy setup! -
fibridge
Proxy for turning web browsers into web servers. Load a 100GB file in your browser and stream it over the public web with HTTP byte range requests. -
Pste
DISCONTINUED. Just a simple file hosting application inspired by the likes of pomf.se and teknik.io. -
FireShare
Real-time file sharing system. Using NodeJS, ReactJS, SocketIO, MongoDB. Chai, WebdriverIO for testing. -
Share
Simple yet advanced uploader. Allows users to upload files,images, and text with moderation tools for admins. Can be used for friends and family or just for you. Built with integration, like ShareX but more uploaders will be officially supported.
InfluxDB - Purpose built for real-time analytics at any scale.
* 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 goploader or a related project?
README
goploader
Introduction
Goploader's ultimate goal is to make file sharing easy and painless. This project is composed of a server and a client, both written in Go. The main things to remember about the project are :
- Sharing stuff from your terminal should be easy
- Sharing stuff without a terminal should be easy
- Privacy matters
Build from source
Make sure you have Go installed on your machine.
Client
$ go get github.com/Depado/goploader/client
$ go build -o $GOPATH/bin/goploader github.com/Depado/goploader/client
Server
$ # Move to a new directory that will be used to run the server
$ go get github.com/Depado/goploader/server
$ # The following steps are optional
$ # Execute those if you wish to embed the assets and templates into the binary
$ go get github.com/GeertJohan/go.rice/rice
$ rice embed-go -i=github.com/Depado/goploader/server
$ # End of the optional steps
$ go build github.com/Depado/goploader/server
$ # If you did not embed the resources, make sure to copy the assets and templates directories
$ cp -r $GOPATH/src/github.com/Depado/goploader/server/{assets,templates} .
$ # Execute the binary a first time to trigger the setup
$ # Or write your own conf.yml file
$ ./server
Downloads
All the downloads are available at gpldr.in in the clients and server sections.
Client
Linux | FreeBSD | Mac OS | Windows |
---|---|---|---|
Linux 64bit | FreeBSD 64bit | Mac OS 64bit | Windows 64bit |
Linux 32bit | FreeBSD 32bit | Mac OS 32bit | Windows 32bit |
Linux ARMv7 |
Documentation
All the documentation is available at gpldr.in. I intend to write a proper README.md
file, but it takes a lot of work to transpose the existing documentation to the markdown format. So, work in progress.
License
All the software in this repository is released under the MIT License. See LICENSE for details.
*Note that all licence references and agreements mentioned in the goploader README section above
are relevant to that project's source code only.