gix-transport for server
#1299
Replies: 1 comment
-
|
It would definitely be great to have that! I recommend to implement An initial analysis of the server side was put into this tracking ticket. And as it's not mentioned anywhere possibly, there is a My recommendation would be to use In any case, other plumbing crates like I hope that helps. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary 💡
I'm looking to implement the server portion of the git pack protocol, i.e. stuff like
upload-pack. As far as I can tell, gitoxide doesn't do this yet. How much of it is implemented? I can only find references to client code ingix-transportandgix-protocol.Motivation 🔦
I'm looking to write my own git server in Rust, mostly for fun. I'm okay with writing my own git pack serializer/deserializer, but it'd be easier to build off of gitoxide.
Beta Was this translation helpful? Give feedback.
All reactions