from Hacker News

Browsix: Unix in the browser tab

by nteon on 11/29/16, 2:34 PM with 5 comments

  • by nteon on 11/29/16, 2:59 PM

    Author here. One thing to emphasize is that all processes run in the browser and are isolated from whatever underlying OS/filesystem the browser is running on - there is nothing special to think about in terms of sandboxing or security. If as a developer you want to give users access to their underlying filesystem, you can do so as usual (HTML5 FS API in Chrome, https://developer.mozilla.org/en-US/docs/Using_files_from_we... in general).
  • by jester23947 on 11/29/16, 2:44 PM

    It wont' be long before I will run my full Desktop working environment into a "Terminal Browser". Looking forward!
  • by ram_rar on 12/1/16, 6:29 AM

    "Browsix can free you from the chore of sandboxing and load-balancing programs server-side." I am still not sure, how does this avoid load-balancing in server side.
  • by changwalton on 11/29/16, 10:04 PM

    Will it run xmonad? ;)