Skip to content
This repository was archived by the owner on Apr 29, 2020. It is now read-only.

Posting form data #41

Closed
asgraf opened this issue Sep 15, 2015 · 7 comments
Closed

Posting form data #41

asgraf opened this issue Sep 15, 2015 · 7 comments

Comments

@asgraf
Copy link

asgraf commented Sep 15, 2015

Every good blog need to have comments section below its articles.
How to implement simple comment posting functionality?
Is it possible to allow users visiting my ipfs site to add comments below my articles (without using social widgets served via http)

@jbenet
Copy link
Contributor

jbenet commented Sep 15, 2015

@balupton
Copy link

Everyone keeps referencing to this IPNS thing which is the size of a footnote in some white paper. There really needs to be a working example of what is said here, specifically demonstrating comments, before one can take it more than just an aside.

@balupton
Copy link

For a route for making that a reality, it seems IPFS should really be considered as just for hosting static content. Yes IPNS allows mutable links, but again, for static content.

For possible implementations of comments it seems IPFS cannot solve that without already knowing the hashes or IPNS locations of the contributed content which is impossible with IPFS/IPNS alone, unless one queries the entire network, which is crazy.

So things like ethereum or bigchaindb or some heroku web server seem the option here, where users can contribute an item too that is discoverable by the application.

@balupton
Copy link

Another way to say it, is IPFS will never be able to, or rather should never be able to, host an API. An external solution, be it a centralised, decentralised, distributed, or federated one, will be needed for APIs.

@fazo96
Copy link

fazo96 commented Feb 27, 2016

There really needs to be a working example of what is said here, specifically demonstrating comments, before one can take it more than just an aside.

@balupton, it looks loke you're looking for http://github.com/fazo96/ipfs-boards 👍

@balupton
Copy link

@fazo96 thanks!

Seems it is still rocky right now, with https://github.com/ipfs/POST/ being the planned collaboration on something more stable to accomplish APIs using IPFS

@madavieb
Copy link

This issue has been moved to https://discuss.ipfs.io/t/posting-form-data/289.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants