Live data from Hacker News

WebKit.js: Pure JavaScript Port of WebKit

github.com

11–20 of 96 posts

Re: WebKit.js: Pure JavaScript Port of WebKit

#13

I may be the only one excited about this, but I think it's awesome. I imagine a future where a "web browser" is just a WebGL + Networking + JS API, and you just load in HTML5.js. The benefit of something like this is that it puts the power back in the hands of the people. You don't have to worry about Microsoft ignoring standards, you just load in the HTML5.js that you know works. Want a new feature? Fork HTML5.js on…

Thank you for sharing that. That is a really interesting vision for the future of browsers.

Re: WebKit.js: Pure JavaScript Port of WebKit

#14

I may be the only one excited about this, but I think it's awesome. I imagine a future where a "web browser" is just a WebGL + Networking + JS API, and you just load in HTML5.js. The benefit of something like this is that it puts the power back in the hands of the people. You don't have to worry about Microsoft ignoring standards, you just load in the HTML5.js that you know works. Want a new feature? Fork HTML5.js on…

Check out the Embassies project: http://research.microsoft.com/en-us/projects/embassies/

Re: WebKit.js: Pure JavaScript Port of WebKit

#18

I may be the only one excited about this, but I think it's awesome. I imagine a future where a "web browser" is just a WebGL + Networking + JS API, and you just load in HTML5.js. The benefit of something like this is that it puts the power back in the hands of the people. You don't have to worry about Microsoft ignoring standards, you just load in the HTML5.js that you know works. Want a new feature? Fork HTML5.js on…

Have you checked out http://breach.cc/ and http://breach.github.io/exo_browser/ ?

> The ExoBrowser is a scriptable platform designed to ease the experimentation with new concepts for the Web Browser.

> The ExoBrowser exposes its API (parts of the Chromium Content API + a Simple View Model) in Javascript and enables the implementation of a fully functional browser entirely out of it (as a Javascript/HTML/CSS app)

Post reply on HN