petersalomonsen / wasm-git

GIT for nodejs and the browser using https://libgit2.org compiled to WebAssembly with https://emscripten.org
Other
649 stars 37 forks source link

crazy idea, git server via rtcdatachannel? ie p2p in browser? #87

Open unicomp21 opened 1 year ago

unicomp21 commented 1 year ago

has anyone built git server using emscripten?

petersalomonsen commented 1 year ago

I haven't seen it, but I have thought about it several times. It would be good to have a git server in wasm. That would for example enable hosting of a git server inside a smart contract on e.g. NEAR protocol blockchain.