albburtsev / hello-electron

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Introduction to Electron

Synopsis

  • Electron provides an easy way to build desktop application by using web technologies (HTML/CSS/JavaScript)
  • Application and renderrer runs in different propcess and these processes can communicate each other
  • It's easy to customize main menu (Mac or Win doesn't matter)
  • It provides many ways to show system dialogs
  • You can do what you want with file system

About


Languages

Language:JavaScript 76.7%Language:HTML 15.6%Language:CSS 7.7%