Dream browser
What should a browser provide? What APIs should be provided?
+
–
I am curious what you all think a browser should provide. Maybe we can design a layout engine that does everything you want.
子カテゴリはありません。
+[概念]
+[発想]
+[企画]
ああ、これは物事の長いリストを持っている必要があります。一つのために:
-インターネットブラウザのアイデアで説明されているように、
https
以外のプロトコルを参照する機能。 (たとえば、postgres://
、mongodb://
、ftp://
などは、人間用にレンダリングされた、ブラウザから自然に直接閲覧できる必要があります。) -graphql:///
、rest:///
などのhttp
上でAPIプロトコルをネイティブに参照する機能。 -メールをネイティブに読み取る機能(SMTP、IMAPなどのサポート、他の人が残りのAPIを通過することを望んでいるのと同じように、これらのプロトコルの何が問題になっていますか?) -古き良き時代のように、IRCを続ける能力。 SeaMonkeyブラウザにはirc://
が統合されていました。 -カレンダーの標準...なぜサードパーティにカレンダーをホストさせる必要があるのですか? Evolutionメールクライアントにはその機能があると思います。ただし、メールを閲覧する機能をサポートすることは、完全にブラウザの役割である可能性があります。直感的なUIを介してさまざまな種類のプロトコルにアクセスするこれらの機能は、JavaScript UIライブラリをブラウザキャッシュの一部にすることで提供できるため、
npm install
のようなものがブラウザ内で機能し、JavaScript開発者はJavaScriptを使用する必要がありません。彼らのウェブアプリでは、それは多くの帯域幅を節約し、CDNをほとんど時代遅れにするでしょう。ウィジェットライブラリ(つまり、SnappyWidgets)もその一部である可能性があります。ほんの少しの考え。
等。
Oh, this has to have a long list of things. for one:
https
, as described in the Internet Browser idea. (e.g.,postgres://
,mongodb://
,ftp://
, etc., should be browsable naturally and directly from browser, rendered for humans.)http
, likegraphql:///
,rest:///
, etc.irc://
integrated.These capabilities to access different kind of protocols through intuitive UIs, could be provided by making JavaScript UI libraries part of browser cache, so, something like
npm install
would work within browser, and the JavaScript developers would not have to bring their JavaScript with their web apps, it would save a lot of bandwidth, and would make CDNs almost obsolete. Widget libraries (i.e., SnappyWidgets), could be part of that too.Just a few of thoughts.
Etc.
ブラウザに欲しいもの-
*データプロトコルやIPFSのようなCRDTなどのピア2ピアストレージ
*S3などの同期およびリモートストレージAPI
*仮想DOMと双方向バインディング
*OperaUniteに類似したサーバーコンポーネント
*何兆ものアイテムを自動的に遅延サポートできる効率的なデスクトップウィジェット
Some things I want from a browser -
Peer 2 peer storage such as with CRDT as in dat protocol or IPFS
SQL APIs
Sync and remote storage APIs like S3
Virtual DOM and two way binding
Server component similar to Opera Unite
Efficient desktop widgets that can lazily support trillions of items automatically