Skip to content

Commit 6657aae

Browse files
committed
Update README.md
1 parent 664ca3a commit 6657aae

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
Given an IPFS multihash, print the content and try to render web page if the content is HTML.
44

5+
Notice that currently deployed version in gh-page have problem loading website served with IFPS, it will only load files, videos and images.
6+
7+
Latest refactor is happened in [exxhentai/rehentai-frontend](https://github.com/exxhentai/rehentai-frontend), it will be merged here after being stabilized.
8+
59
## Development
610

711
This is a "create-react-app" app, so in local development just:
@@ -16,9 +20,9 @@ You can fork it and deploy it via gh-pages: `npm run deploy`, or deploy it use `
1620

1721
## Drawback
1822

19-
1. The first visit to a webpage hosted in IPFS is way slower than traditional HTTP page. Though server side gateway ```http://ipfs.io/ipfs``` is slow too.
23+
1. The first visit to a webpage hosted in IPFS is way slower than traditional HTTP page. Though server side gateway `http://ipfs.io/ipfs` is slow too. (but in next version you can add a peer, thus directly connect to it)
2024
1. Can't promise long-term cache, compared to a gateway running on a server, who can pin a file for a longer time.
21-
1. Don't work with AJAX likes fetch API.
25+
1. Don't work with AJAX likes fetch API, see my comment in [ipfs/public-gateway-checker](https://github.com/ipfs/public-gateway-checker/pull/62).
2226
1. May break service worker inside page delivered by ipfs (untested).
2327

2428
## Road Map

0 commit comments

Comments
 (0)