Skip to content

omarbelkady/ElectronJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ElectronJS

  • There is always one main process and one or more isolated renderer processes
  • the main process creates the webpages for the UI
  • Each webpage has its own renderer process that doesn't interfere with any other renderer processes
  • main.js(main process)
  • index.js(renderer process)

How To Open A URL in Electron

electron.shell.openExternal('https://www.ratemyprofessors.com/ShowRatings.jsp?tid=1011587')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published