Skip to content

The code examples and example apps to go along with the Developing an Electron Edge book by Adam Lynch and Max Gfeller (Bleeding Edge Press).

Notifications You must be signed in to change notification settings

adam-lynch/developing-an-electron-edge

Repository files navigation

developing-an-electron-edge

Developing an Electron Edge cover

The code examples and example apps to go along with the Developing an Electron Edge book by Adam Lynch and Max Gfeller (Bleeding Edge Press).

If you spot any mistakes, feel free to create an issue or pull-request. Enjoy!

Updates and corrections

  • In chapter 1, bindings.gyp should have been named binding.gyp. The file has been updated in this repository. See #4.
  • This is frustrating but the remote module was required incorrrectly three times (see page 50 for example). Instead of require('remote'), it should have been require('electron').remote. This has been corrected in all applicable examples in this repository. This was a stupid mistake on our part. We're sorry. See #7

About

The code examples and example apps to go along with the Developing an Electron Edge book by Adam Lynch and Max Gfeller (Bleeding Edge Press).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published