Giter Club home page Giter Club logo

Comments (7)

ralphtheninja avatar ralphtheninja commented on May 22, 2024

@RichardLitt Afaict the link you pointed to is only about the ipfs project itself, which in turn is a protocol that can have many implementations of it. The go-ipfs project is the canonical project that implements the protocol in go and node-ipfs would be a node implementation of the same protocol.

from js-ipfs.

RichardLitt avatar RichardLitt commented on May 22, 2024

Ok, cool. That should be changed, and added to the Readme for this repository. I'll see if I can do this when I get push access from @jbenet.

from js-ipfs.

jbenet avatar jbenet commented on May 22, 2024

@RichardLitt: make sure to follow the PR model:

make a branch in this same repo, submit as PR and tag someone (ideally
maintainer, in this case @diasdavid) to CR

On Thu, Sep 10, 2015 at 6:01 PM, Richard Littauer [email protected]
wrote:

Ok, cool. That should be changed, and added to the Readme for this
repository. I'll see if I can do this when I get push access from @jbenet
https://github.com/jbenet.


Reply to this email directly or view it on GitHub
#14 (comment).

from js-ipfs.

RichardLitt avatar RichardLitt commented on May 22, 2024

Got it. Just changed the description to point to http://ipfs.io, because that is less ambiguous and can't be done in a PR. Will do a README PR now.

from js-ipfs.

daviddias avatar daviddias commented on May 22, 2024

Didn't this show to you int he Readme? Also added a #15 to help with direction

node-ipfs
=========

> IPFS Node.js entry point and implementation roadmap

# Description

This repo (will) contains the entry point for the Node.js implementation of IPFS spec, similar to go-ipfs. It also presents the roadmap a modules of node-ipfs and their current state.


# Usage

> Not ready for prime time yet

# Roadmap

- Network
  - [ ] libp2p
    - [ ] Peer Routing
      - [x] kad-routing https://github.com/diasdavid/node-ipfs-kad-router
        - discovery mechanisms
          - [x] mDNS-discovery (https://github.com/diasdavid/node-ipfs-mdns)
          - [ ] random-walk (https://github.com/diasdavid/node-ipfs-random-walk)
          - [x] bootstrap-list (https://github.com/diasdavid/node-ipfs-railing)
      - [ ] mDNS-routing
    - [x] swarm (https://github.com/diasdavid/node-ipfs-swarm)
      - [x] stream muxer (https://github.com/diasdavid/node-spdy-stream-muxer)
      - [x] protocol muxer (https://github.com/diasdavid/node-multistream
      - [x] Identify (https://github.com/diasdavid/node-ipfs-swarm/tree/master/src/identify)
    - [ ] Distributed Record Store
      - [x] record (needs MerkleDAG node) https://github.com/diasdavid/node-ipfs-record
      - [x] distributed record store
      - [x] kad-record-store (implements abstract record store)
      - [x] abstract-record-store
- Exchange
  - [ ] bitswap
- MerkleDAG
  - [x] MerkleDAG node implementation (needs IPLD)
    - [x] https://github.com/diasdavid/node-ipld
    - [x] MerkleDAGStore https://github.com/diasdavid/node-merkledag-store 
- Spec 
  - https://github.com/ipfs/specs/pull/19

from js-ipfs.

RichardLitt avatar RichardLitt commented on May 22, 2024

@diasdavid Made a PR. Should close this issue if merged.

from js-ipfs.

RichardLitt avatar RichardLitt commented on May 22, 2024

Closing as issue is now answered.

from js-ipfs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.