-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Getting jsipfs out the door #35
Conversation
While I understand the migration path, this looks like this should belong to a Example: I should be able to soon implement |
Fully agree with @masylum |
When I started doing this effort, setting up my mind to have 'feature parity' with go-ipfs was the easiest way to grasp and start the endeavour (at least for me, at that time), then talking with Juan, I realised an even simpler, powerful way would be to expose the HTTP API and use go-ipfs sharness tests against the Node.js js-ipfs HTTP API, this would guarantee that both implementations are indeed really close. This shifts the focus away from implementing the CLI to the HTTP API, so things are separated, as you suggested :) |
Btw I'm not opposed to writing the cli in js, but I think right now it will (Eventually may want one too but I imagine we can keep things simpler for Btw am contemplating pulling out go-ipfs/core into its own repo.
|
Some explanations for people who are not @diasdavid ;)
|
@lgierth can I get a writable IPFS node (one or more) in the network, to be the node this will delegate to? |
@diasdavid writable nodes in the network that we run as part of the gateway will only be writable for temporary content for now. other things (like |
It would be very cool if we could spawn some on demand nodes inside Docker Containers, through an API request, with like 2gb of Storage, so that everyone could do IPNS as well :):) |
@diasdavid yeah would be nice!! on ipns-- we should be able to do IPNS even without ipfs nodes. i'll make a webapp that does it. we'll need to be able to have other nodes re-share your records, this is a fundamentally tricky bit before data file storage is widely available. |
I'm going to merge this one, now that we have a Roadmap, we can create smaller branches and enable more collaboration :) |
Context and Plan - https://github.com/ipfs/js-ipfs/tree/jsipfs#getting-jsipfs-ready
Architecture
Action Items
ipfs touripfs tour listipfs tour nextipfs tour restartContributions are welcome!