Skip to content

mainiak/go-car-http

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-car-http

About

WORK IN PROGRESS

Plain HTTP server for CAR files.
Crude implementation as Proof of Concept - not for production.
Use at your own risk.

Dev

go build -o build ./... && \
./build/go-car-http \
bafybeih3eahbwomynpl3pgpzl6dwkgvyishjwlx77wupujo4kacikciosq \
data/demo_folder.car

For more see doc/.

Install

go install github.com/mainiak/go-car-http/cmd/go-car-http@latest

Use

go-car-http <CID> <file.car>
open http://localhost:8080/

Uninstall

rm -v $(which go-car-http)

About

Plain HTTP server for CAR files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages