https://github.com/nickng/scribble-go-file-downloader
Scribble-Go file downloader demo.
https://github.com/nickng/scribble-go-file-downloader
golang research scribble scribble-go session-types
Last synced: over 1 year ago
JSON representation
Scribble-Go file downloader demo.
- Host: GitHub
- URL: https://github.com/nickng/scribble-go-file-downloader
- Owner: nickng
- License: mit
- Created: 2018-09-27T14:56:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T15:38:40.000Z (almost 8 years ago)
- Last Synced: 2025-02-15T05:13:54.217Z (over 1 year ago)
- Topics: golang, research, scribble, scribble-go, session-types
- Language: Go
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# httpget
Scribble-Go file downloader demo.
This demos the Scribble-Go framework with the Downloader protocol
found in `Downloader.scr`.
## Usage
$ go generate # generates the API for the protocol.
$ go build main.go
$ ./httpget http://example.com/
## Notes
The downloader uses one Fetcher by default.
To change the number of Fetchers used to n:
$ ./httpget -N n
See `httpget -h` for more details about the usage.