Hacker News new | ask | show | jobs
by badkins 5320 days ago
I am sort of doing the browser in the cloud idea. Except the value of mine is security, not tab management.

If you really wanted tab management, that seems like an easy job for a simple browser add-on.

1 comments

How are you implementing that?
Cilent side: Firefox plugin for graphics and extension for browser integration. Server side: openvz for process isolation, webkit for browsing, openssl for crypto. I started using vnc as the protocol but it is too slow. Now I'm using NX.
Way cool!