github.com/olivere/camlistore@v0.0.0-20140121221811-1b7ac2da0199/server/camlistored/README (about)

     1  This is the main Camlistore server.
     2  
     3  See also:
     4   - The storage interface is in <root>/pkg/blobserver
     5   - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk
     6   - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers
     7   - The UI code is in <root>/server/camlistored/ui