Skip to content

bayesianmind/tiny-file-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny File Server

This is a simple tiny file server in Golang that implements basic user management and user specific file fetching capabilities.

It is currently using in-memory user management and on-disk file storage but could easily be extended to work with blob storage and a durable datastore.

Running

dep ensure
go run cmd/main.go

Tests

go test ./...

About

Tiny GoLang file server with basic user management

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages