• Atom Shell is a desktop application shell based on Chromium and Node.js https://github.com/atom/atom- shell • Atom is built upon Atom Shell Atom Editor and Atom Shell
in both Chromium browser’s browser process and renderer process • JavaScript in browser process can do GUI related operations like creating windows and menus. • JavaScript in renderer process can use Node.js APIs in addition to standard DOM.