This is a piece of web app using Go to work on concurrency concepts
- Open a terminal and paste these lines
git clone [email protected]:loickcherimont/multidownloader.git
- Go in the project , fetch all dependencies and run it
cd multidownloader
go get .
go run main.go
- Open your web browser and run Go server using:
http://localhost:8080
Click on the button to send a request to server and downloader 2 files at the same time
into an inner /out folder.
Note
A better version with more features is coming... 🏗️
Developed by Loick Cherimont
Under MIT License
Last edition : 2024-10-24