perkeep/server/go/camlistored
Brad Fitzpatrick 6601225738 camlistored Javascript discovery 2011-04-16 16:18:31 -07:00
..
test Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui camlistored Javascript discovery 2011-04-16 16:18:31 -07:00
.gitignore Start of configuration wizard stuff. 2011-04-01 12:48:43 -07:00
README Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
camlistored.go camlistored: root and ui handlers, start of UI shell 2011-04-16 15:44:22 -07:00
partitions.go some cleanup of camlistored 2011-04-01 22:14:23 -07:00
root.go camlistored: root and ui handlers, start of UI shell 2011-04-16 15:44:22 -07:00
setup.go some cleanup of camlistored 2011-04-01 22:14:23 -07:00
test-put.pl Rename server/go/blobserver to server/go/camlistored 2011-03-29 20:29:32 -07:00
ui.go camlistored Javascript discovery 2011-04-16 16:18:31 -07:00

README

The Camlistore blob server HTTP server binary.

See also:
 - The storage interface is in lib/go/blobserver/
 - The storage implementations are under that e.g. lib/go/blobserver/localdisk/
 - The HTTP handlers are implemented in lib/go/blobserver/handlers/