gabrielcsapo / node-git-server

🎡 A configurable git server written in Node.js
https://gabrielcsapo.github.io/node-git-server
MIT License
253 stars 73 forks source link

Consider using isomorphic-git #86

Open aral opened 3 years ago

aral commented 3 years ago

Could node-git-server use isomorphic-git in the future to create a 100% JavaScript git server without an external git binary dependency?

gabrielcsapo commented 2 years ago

This would be interesting! Maybe! I am not able to commit much time to improving it to do this, but if anyone is interested I would be open to accept the PR.