perkeep/server/camlistored
Brad Fitzpatrick a26b5b727e Merge "Add first bit of a React-based detail page." 2013-12-30 18:07:20 +00:00
..
test
ui Merge "Add first bit of a React-based detail page." 2013-12-30 18:07:20 +00:00
.gitignore
README Rearrange the server directory a bit, and update some READMEs 2013-02-02 08:56:57 -08:00
camlistored.go Make the reindex flag actually work. 2013-12-25 09:49:51 -08:00
option_sqlite.go
run_test.go serverconfig/genconfig: add kv queues to all sync handlers. 2013-11-24 15:12:11 -08:00
setup.go uploadhelper: use a type for JSON response, not maps. 2013-02-11 20:33:53 -08:00
test-put.pl

README

This is the main Camlistore server.

See also:
 - The storage interface is in <root>/pkg/blobserver
 - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk
 - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers
 - The UI code is in <root>/server/camlistored/ui