rarepress / nebulus

Virtual IPFS
https://nebulus.dev
MIT License
263 stars 15 forks source link

What dependencies are needed from c++? #1

Open fire opened 3 years ago

fire commented 3 years ago

Was curious for a usecase.

skogard commented 3 years ago

Nebulus makes use of https://github.com/ipfs/js-ipfs so looking into that project might give you some ideas.

Otherwise Nebulus itself is pretty minimal and I don't think it adds any native modules on top. Feel free to elaborate if I'm misunderstanding the question.

fire commented 3 years ago

Usecase: I'm trying to make an ipfs client for https://github.com/fire/godot-ipfs.

Using golang is a problem.

Your problem solves a use case of solo ipfs. So I am investigating making your stack more standalone. wasm could work.

fire commented 2 years ago

@skogard I want to compile nebulus with https://github.com/NectarJS/nectarjs is this something you can assist with?

fire commented 2 years ago

Nectarjs hasn't implemented async. Investigating.