Skip to content

calavera/git-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git explorer

Experimental git browser using GRPC and git2go.

This repo includes 2 applications, frontend is the web application to access from your browser. backend is the git server that access the git data.

The git repositories are stored in ~/git-explorer-data by default but you can modify that location by exporting GIT_EXPLORER_STORAGE_PATH.

Git explorer uses GRPC streaming to forward data to your browser on slow tree requests to avoid buffering on the frontend.

Installing dependencies

$ make deps

Running frontend and backend

$ make run

Moking lacency on your localhost

$ make slugish-lo0

License

MIT